class filter tag

This commit is contained in:
vabene1111
2018-05-07 00:38:37 +02:00
parent 9b2d2bea4d
commit 8107e46b60
12 changed files with 32 additions and 31 deletions

View File

@@ -15,10 +15,9 @@
<a href="{% url 'api_dropbox_sync' %}" class="btn btn-success">{% trans 'Sync Now!' %}</a>
<br/>
<form method="POST" class="post-form">{% csrf_token %}
{% crispy form %}
{{ form|crispy }}
<input type="submit" value="Submit" class="btn btn-success">
</form>
<br/><br/>
{% render_table monitored_paths %}