Improve upload form usability: clearer date and tag fields

This commit is contained in:
krek0 2026-04-22 17:55:25 +02:00
parent 7514be0c10
commit ff3cfb9a66
7 changed files with 24 additions and 6 deletions

View file

@ -20,6 +20,7 @@ if settings.DEBUG:
from .views import IndexView, MediaAccess
urlpatterns = [
path("select2/", include("django_select2.urls")),
path("", IndexView.as_view(), name="index"),
path("", include("photologue.urls", namespace="photologue")),
path("accounts/", include("allauth.urls")),