style: Implement tutorial video upload functionality with preview and management features
This commit is contained in:
@@ -216,7 +216,10 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1 style="font-size: 2rem; color: #0f354d; margin-bottom: 1.2rem;">Blog verwalten</h1>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<section class="blog-admin-grid">
|
||||
<aside class="new-post-form">
|
||||
|
||||
Reference in New Issue
Block a user