Reformat settings.html

This commit is contained in:
Jason McBrayer 2020-06-01 10:26:25 -04:00
parent 0971997ad3
commit b806d6c89d
1 changed files with 164 additions and 164 deletions

View File

@ -2,7 +2,7 @@
{% load widget_tweaks %}
{% block content %}
<div class="container">
<div class="container">
<h1 class="title">Settings</h1>
<form method="post" action="{% url "settings" %}" >
{% csrf_token %}
@ -186,5 +186,5 @@
<p><a href="{% url "list_filters" %}">List filters</a></p>
<p><a href="{% url "follow_requests" %}">Follow requests</a></p>
</div>
</div>
{% endblock %}