add media upload functionality and management interface

This commit is contained in:
Ske087
2025-01-24 18:50:33 +02:00
parent 70a0065b98
commit 9e7bccaae1
7 changed files with 56 additions and 8 deletions

View File

@@ -21,6 +21,7 @@
<div class="container py-5">
<h1 class="text-center mb-4">Upload Content</h1>
<form method="POST" enctype="multipart/form-data">
<input type="hidden" name="return_url" value="{{ return_url }}">
<div class="mb-3">
<label for="target_type" class="form-label">Target Type:</label>
<select name="target_type" id="target_type" class="form-select" required {% if target_type %}disabled{% endif %}>