tmp
This commit is contained in:
parent
2aa2dafa13
commit
63963ce1f0
5 changed files with 18 additions and 37 deletions
17
cof/urls.py
17
cof/urls.py
|
@ -4,23 +4,6 @@ from .decorators import buro_required
|
|||
from . import views, petits_cours_views
|
||||
|
||||
|
||||
export_patterns = [
|
||||
url(r'^members$',
|
||||
views.export_members,
|
||||
name="export.members"),
|
||||
url(r'^mega/avecremarques$', views.export_mega_remarksonly),
|
||||
url(r'^mega/participants$',
|
||||
views.export_mega_participants,
|
||||
name="export.mega.participants"),
|
||||
url(r'^mega/orgas$',
|
||||
views.export_mega_orgas,
|
||||
name="export.mega.orgas"),
|
||||
url(r'^mega/(?P<type>.+)$', views.export_mega_bytype),
|
||||
url(r'^mega$',
|
||||
views.export_mega,
|
||||
name="export.mega"),
|
||||
]
|
||||
|
||||
petitcours_patterns = [
|
||||
url(r'^inscription$', petits_cours_views.inscription,
|
||||
name='petits-cours-inscription'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue