mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-06-05 21:49:32 +02:00
Reformat settings.html
This commit is contained in:
@@ -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 %}
|
||||||
|
Reference in New Issue
Block a user