forked from Hay1tsme/artemis
sao: fix frontend
This commit is contained in:
@ -110,7 +110,6 @@ function toggle_new_name_form() {
|
|||||||
</script>
|
</script>
|
||||||
<h3>Profile for {{ profile.nick_name }} <button onclick="toggle_new_name_form()" class="btn btn-secondary" id="btn_toggle_form">Edit</button></h3>
|
<h3>Profile for {{ profile.nick_name }} <button onclick="toggle_new_name_form()" class="btn btn-secondary" id="btn_toggle_form">Edit</button></h3>
|
||||||
{% include "core/templates/widgets/err_banner.jinja" %}
|
{% include "core/templates/widgets/err_banner.jinja" %}
|
||||||
{% include "core/templates/widgets/succ_banner.jinja" %}
|
|
||||||
<form style="max-width: 33%; display: none; max-height: 0px;" action="/game/sao/update.name" method="post" id="new_name_form">
|
<form style="max-width: 33%; display: none; max-height: 0px;" action="/game/sao/update.name" method="post" id="new_name_form">
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label for="new_name" class="form-label">New Nickname</label>
|
<label for="new_name" class="form-label">New Nickname</label>
|
||||||
|
Reference in New Issue
Block a user