1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 09:07:12 -05:00

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

@@ -13,7 +13,7 @@
</h3>
<form method="POST" class="post-form">{% csrf_token %}
{% crispy form %}
{{ form|crispy }}
<input type="submit" value="Submit" class="btn btn-success">
</form>

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 %}