sao: fix frontend

This commit is contained in:
2025-03-22 00:58:56 -04:00
parent afdcd9a731
commit 20d9a2da9c

View File

@ -110,7 +110,6 @@ function toggle_new_name_form() {
</script> </script>
<h3>Profile for {{ profile.nick_name }}&nbsp;<button onclick="toggle_new_name_form()" class="btn btn-secondary" id="btn_toggle_form">Edit</button></h3> <h3>Profile for {{ profile.nick_name }}&nbsp;<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>