changes to fix a missing endpoint error
This commit is contained in:
@@ -218,7 +218,6 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<div style="display:flex; gap:0.8rem; align-items:center; justify-content:space-between; flex-wrap:wrap; margin-bottom: 1.2rem;">
|
<div style="display:flex; gap:0.8rem; align-items:center; justify-content:space-between; flex-wrap:wrap; margin-bottom: 1.2rem;">
|
||||||
<h1 style="font-size: 2rem; color: #0f354d; margin: 0;">Blog verwalten</h1>
|
<h1 style="font-size: 2rem; color: #0f354d; margin: 0;">Blog verwalten</h1>
|
||||||
<a href="{{ url_for('admin_tutorial_upload') }}" style="display:inline-flex; align-items:center; gap:0.45rem; padding:0.68rem 1rem; border-radius:999px; border:1px solid #0a4c74; color:#0a4c74; font-weight:700; background:#fff; text-decoration:none;">Tutorial-Upload öffnen</a>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<section class="blog-admin-grid">
|
<section class="blog-admin-grid">
|
||||||
|
|||||||
Reference in New Issue
Block a user