06/05 Optimize app: add back buttons for Settings items
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
{% block page_title %}Recurring Transactions{% endblock %}
|
||||
|
||||
{% block topbar_actions %}
|
||||
<a href="{{ url_for('settings.index') }}" class="btn btn-sm btn-outline-secondary me-1" style="font-size:12px;"><i class="bi bi-arrow-left me-1"></i>Settings</a>
|
||||
<form method="POST" action="{{ url_for('settings.recurring_run') }}" class="d-inline">
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}">
|
||||
<button type="submit" class="btn btn-sm btn-outline-secondary me-1" style="font-size:12px;" title="Process all due rules now">
|
||||
|
||||
Reference in New Issue
Block a user