Improve upload form usability: clearer date and tag fields
This commit is contained in:
parent
7514be0c10
commit
ff3cfb9a66
7 changed files with 24 additions and 6 deletions
|
|
@ -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")),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue