1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

Add some decoration

This commit is contained in:
Yohann D'ANELLO
2020-02-17 19:44:56 +01:00
parent 55977bcbe7
commit 559445c8b4
5 changed files with 24 additions and 3 deletions

View File

@ -142,7 +142,7 @@ class UserListView(LoginRequiredMixin,SingleTableView):
class GenerateAuthTokenView(LoginRequiredMixin, TemplateView):
"""
Génère un jeton d'authentification pour un utilisateur
Génère un jeton d'authentification pour un utilisateur et détruit l'ancien
"""
template_name = "member/generate_auth_token.html"