feat: add basic admin upload ui

This commit is contained in:
Kentai Radiquum 2025-02-17 04:52:18 +05:00
parent bd85108edd
commit 6063dc1401
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
11 changed files with 4986 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{% extends 'base.html' %}
{% block content %}
<!-- {% for object in objects %}
<img src="https://s3.tebi.io/radiquum-photos/{{ object['Key'] }}" />
<p>{{ object['Key'] }}</p>
{% endfor %} -->
{% endblock %}