mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2025-06-04 19:16:26 -04: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…
x
Reference in New Issue
Block a user