style: Implement tutorial video upload functionality with preview and management features

This commit is contained in:
2026-05-15 21:40:27 +02:00
parent f65188d596
commit 442c7d24d2
4 changed files with 365 additions and 3 deletions
+4 -1
View File
@@ -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">