mirror of
https://github.com/Radiquum/photos.git
synced 2025-04-27 16:39:41 +05:00
feat: add basic admin upload ui
This commit is contained in:
parent
bd85108edd
commit
6063dc1401
11 changed files with 4986 additions and 0 deletions
12
admin/templates/Index.html
Normal file
12
admin/templates/Index.html
Normal 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue