From 721550dd80e9bf97d86c15874ec7f1e7bc35c679 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 12 Apr 2016 12:55:31 +0200 Subject: [PATCH] fix index text --- app/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/index.html b/app/templates/index.html index 9f3b041a..feedcb00 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -14,7 +14,7 @@ {#

{% trans "Edito" %}

#} {% featured_edito as edito %} -{{ edito.content|safe|slice:":446" }}... +{{ edito.content|safe|slice:":591" }}
{% trans "Read the edito" %}
-- 2.39.5