plint

French poetry validator (local mirror of https://gitlab.com/a3nm/plint)
git clone https://a3nm.net/git/plint/
Log | Files | Refs | README

commit 85e83d85770695b83ae62e2056395df964e9c0b5
parent 221a32ddba47a385631340111cf3b315d193753f
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sun, 10 Jun 2012 20:18:52 +0200

more helpful error message

Diffstat:
views/error.html | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/views/error.html b/views/error.html @@ -2,10 +2,12 @@ {% block body %} {% if lang == 'fr' %} -<p>Les valeurs fournies sont incorrectes. <a href="/about#help">Besoin +<p>Les valeurs fournies sont incorrectes. (Peut-être que votre entrée est trop +longue.) <a href="/about#help">Besoin d'aide&nbsp;?</a></p> {% else %} -<p>Invalid values supplied. Need some <a href="/about#help">help</a>?</p> +<p>Invalid values supplied. (Maybe your input is too large.) Need some <a + href="/about#help">help</a>?</p> {% endif %} {% endblock %}