mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-09 03:16:25 +00:00
Fix login required pour historique
This commit is contained in:
parent
94f8e21a81
commit
3eb5edefd2
1 changed files with 3 additions and 3 deletions
|
@ -478,7 +478,7 @@ def stats_actions(request):
|
||||||
}
|
}
|
||||||
return render(request, 'logs/stats_users.html', {'stats_list': stats})
|
return render(request, 'logs/stats_users.html', {'stats_list': stats})
|
||||||
|
|
||||||
|
@login_required
|
||||||
def history(request, application, object_name, object_id):
|
def history(request, application, object_name, object_id):
|
||||||
"""Render history for a model.
|
"""Render history for a model.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue