Zverejneni hlasovani o prednaskach.
This commit is contained in:
parent
67c02ca437
commit
6f8a6eab1e
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ staff_member_required = user_passes_test(lambda u: u.is_staff)
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
# prednasky
|
# prednasky
|
||||||
#url(r'^prednasky/$', newPrednaska),
|
url(r'^prednasky/$', newPrednaska),
|
||||||
#url(r'^prednasky/hotovo$', Prednaska_hotovo),
|
url(r'^prednasky/hotovo$', Prednaska_hotovo),
|
||||||
|
|
||||||
# REDIRECTy
|
# REDIRECTy
|
||||||
url(r'^jak-resit/$', RedirectView.as_view(url='/co-je-MaM/jak-resit/')),
|
url(r'^jak-resit/$', RedirectView.as_view(url='/co-je-MaM/jak-resit/')),
|
||||||
|
|
Loading…
Reference in a new issue