delete back button

This commit is contained in:
2022-04-20 21:42:54 +00:00
parent 4737a713d2
commit b78f9f6980

View File

@@ -12,10 +12,6 @@
<main class="container mx-auto w-full px-4 my-8 flex-1">
<h1 class="page-title">Fotos</h1>
<a href="{% url 'gallery' %}" class="self-center sm:self-end btn-small btn-primary w-full sm:w-auto max-w-sm">
<i class="fa-regular fa-pen-to-square mr-1"></i>Zurück
</a>
{% if request.user.is_authenticated %}
{% if album.id %}
<a href="{% url 'admin:gallery_album_change' album.id %}" class="self-center sm:self-end btn-small btn-primary w-full sm:w-auto max-w-sm">