mirror of
https://gitlab.com/brutaldon/brutaldon.git
synced 2024-11-02 16:37:19 -04:00
Reformat settings.html
This commit is contained in:
parent
0971997ad3
commit
b806d6c89d
@ -2,7 +2,7 @@
|
|||||||
{% load widget_tweaks %}
|
{% load widget_tweaks %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<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 %}
|
||||||
@ -186,5 +186,5 @@
|
|||||||
<p><a href="{% url "list_filters" %}">List filters</a></p>
|
<p><a href="{% url "list_filters" %}">List filters</a></p>
|
||||||
<p><a href="{% url "follow_requests" %}">Follow requests</a></p>
|
<p><a href="{% url "follow_requests" %}">Follow requests</a></p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user