Merge branch 'thubrecht/connexion' into 'master'
Thubrecht/connexion See merge request klub-dev-ens/annuaire!17
This commit is contained in:
commit
3b5b670a0c
3 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@ class EditView(UpdateView):
|
|||
return reverse("fiche", args=(self.get_object().user,))
|
||||
|
||||
|
||||
@method_decorator(login_required, name="dispatch")
|
||||
@method_decorator(login_required, name="post")
|
||||
class HomeView(FormView):
|
||||
model = Profile
|
||||
template_name = "fiches/home.html"
|
||||
|
|
Binary file not shown.
|
@ -8,7 +8,7 @@ msgstr ""
|
|||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-01-28 00:03+0000\n"
|
||||
"PO-Revision-Date: 2021-02-04 21:28+0100\n"
|
||||
"PO-Revision-Date: 2021-02-04 23:49+0100\n"
|
||||
"Last-Translator: Tom Hubrecht <tom.hubrecht@ens.fr>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: en\n"
|
||||
|
|
Loading…
Reference in a new issue