From 0d71dd37e7d1efe3088108cdebbb09d0ab052e31 Mon Sep 17 00:00:00 2001 From: Pierre Date: Wed, 12 Feb 2020 02:22:28 +0100 Subject: [PATCH] =?UTF-8?q?Le=20formulaire=20=C3=A9dition=20d'article=20se?= =?UTF-8?q?=20redirige=20sur=20lui-m=C3=AAme=20plut=C3=B4t=20que=20sur=20l?= =?UTF-8?q?'article?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/editer_article.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/editer_article.html b/content/editer_article.html index c6078ae..fa6f6df 100644 --- a/content/editer_article.html +++ b/content/editer_article.html @@ -12,7 +12,7 @@ [(#ENV{id_article}|oui) [(#AUTORISER{modifier, article, #ENV{id_article}}|?{
- [(#FORMULAIRE_EDITER_POST{#ENV{id_article},#URL_PAGE{article}})]
+ [(#FORMULAIRE_EDITER_POST{#ENV{id_article},#SELF})]
,
Votre compte ne fait pas partie des auteurs autorisés à modifier cet article.
@@ -21,7 +21,7 @@ [(#ENV{id_article}|non) [(#AUTORISER{creer, article}|?{
- [(#FORMULAIRE_EDITER_POST{0,#URL_PAGE{article}})] + [(#FORMULAIRE_EDITER_POST{0,#SELF})]
,
Votre compte n'a pas les droits suffisants pour créer un article.