modified: app.py

modified:   templates/logs.html
	modified:   templates/settings.html
	modified:   templates/users.html
This commit is contained in:
SimolZimol
2024-09-06 15:52:18 +02:00
parent 1d8fbdd1aa
commit 103515567a
4 changed files with 5 additions and 15 deletions

View File

@@ -22,7 +22,7 @@
</div>
<button type="submit" class="btn btn-primary btn-block">Save Settings</button>
</form>
<a href="{{ url_for('index') }}" class="btn btn-secondary btn-block mt-3">Back to Dashboard</a>
<a href="{{ url_for('admin_dashboard') }}" class="btn btn-secondary btn-block mt-3">Back to Dashboard</a>
</div>
</div>
</div>