mirror of
https://gitlab.com/brutaldon/brutaldon.git
synced 2024-12-04 14:46:24 -05:00
Fix broken settings form
This commit is contained in:
parent
8a4e057e24
commit
620394ac3f
@ -6,7 +6,6 @@
|
|||||||
<h1 class="title">Settings</h1>
|
<h1 class="title">Settings</h1>
|
||||||
<form method="post" action="{% url "settings" %}" >
|
<form method="post" action="{% url "settings" %}" >
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
</div>
|
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<label class="label" for="theme">{{ form.theme.label }}</label>
|
<label class="label" for="theme">{{ form.theme.label }}</label>
|
||||||
<div class="control has-icons-left">
|
<div class="control has-icons-left">
|
||||||
|
Loading…
Reference in New Issue
Block a user