Fix typo
This commit is contained in:
parent
8d386d0289
commit
96a3db10e7
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ urlpatterns = [
|
||||||
name='vyrocni_sraz'
|
name='vyrocni_sraz'
|
||||||
),
|
),
|
||||||
path(
|
path(
|
||||||
'ucastnici'
|
'ucastnici',
|
||||||
org_required(VyrociListView.as_view()),
|
org_required(VyrociListView.as_view()),
|
||||||
name='vyrocni_sraz_ucastnici'
|
name='vyrocni_sraz_ucastnici'
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue