login_required pour les stages
This commit is contained in:
parent
0792b29c70
commit
f856189942
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ def profil_edit(request):
|
||||||
# Stages
|
# Stages
|
||||||
#
|
#
|
||||||
|
|
||||||
|
@login_required
|
||||||
def stage(request, stage_id):
|
def stage(request, stage_id):
|
||||||
stage = get_object_or_404( Stage, pk = stage_id)
|
stage = get_object_or_404( Stage, pk = stage_id)
|
||||||
lieux_latlng = []
|
lieux_latlng = []
|
||||||
|
|
Loading…
Add table
Reference in a new issue