quick solution for external recipe nav

This commit is contained in:
vabene1111
2021-09-13 21:51:24 +02:00
parent 0c3dcf143f
commit 6f44ad760c
3 changed files with 16 additions and 20 deletions

View File

@@ -18,6 +18,7 @@
<form method="POST" class="post-form">{% csrf_token %}
{{ form|crispy }}
<input type="submit" value="Submit" class="btn btn-success">
<a href="{% url 'list_storage' %}"><button type="button" class="btn btn-primary">{% trans 'Manage External Storage' %}</button></a>
</form>
</div>
@@ -25,8 +26,10 @@
<br/>
<a href="{% url 'data_sync_wait' %}" class="btn btn-warning">{% trans 'Sync Now!' %}</a>
<a href="{% url 'list_recipe_import' %}" class="btn btn-info">{% trans 'Show Recipes' %}</a>
<a href="{% url 'list_sync_log' %}" class="btn btn-secondary">{% trans 'Show Log' %}</a>
<br/><br/>
{% render_table monitored_paths %}
{% endblock %}
{% endblock %}