mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 22:17:17 +02:00
More fixes to url docs for tutorials
This commit is contained in:
parent
84c17ff5ed
commit
5eeef792a7
2 changed files with 8 additions and 7 deletions
|
|
@ -371,7 +371,7 @@ urlpatterns = [
|
|||
# url: /chargen/
|
||||
path("", views.index, name='chargen-index'),
|
||||
# url: /chargen/5/
|
||||
path("<int:pk>/", views.detail, name="chargen-detail"),
|
||||
path("<int:app_id>/", views.detail, name="chargen-detail"),
|
||||
# url: /chargen/create
|
||||
path("create/", views.creating, name='chargen-creating'),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue