fix minor typographical error

remotes/1693176582716663532/tmp_refs/heads/watchparty
justcool393 2022-10-29 01:11:05 -05:00
parent e6ce4edbd8
commit 26b469c361
1 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@
{% block pagetype %}message{% endblock %}
{% block content %}
{% if error %}
<div class="alert alert-danger alert-dismissible fade show my-3" role="alert">
<i class="fas fa-exclamation-circle my-auto"></i>
@ -40,7 +39,7 @@
{% set form_action="/admin/badge_remove" %}
{% endif %}
<form action="{{form_action}}", method="post">
<form action="{{form_action}}" method="post">
<input type="hidden" name="formkey" value="{{v.formkey}}">
<label for="input-username">Username</label><br>