Besser aussehendes Register-Form und answer.html richtig eingebunden

This commit is contained in:
ben8
2025-02-17 18:10:22 +01:00
parent 680bd2c823
commit 3adaba94b8
11 changed files with 92 additions and 25 deletions

View File

@@ -8,6 +8,6 @@ app_name = 'components' # Namensraum zum verhindern von Konflikten zwischen Apps
#
urlpatterns = [
path('play/<int:pk>', views.play, name='play'),
path('<int:pk>', views.play, name='play'),
]