From 2976017f58e50e5bf29340fb2aac2e1770913aa0 Mon Sep 17 00:00:00 2001 From: Porkepix Date: Thu, 7 Sep 2017 15:01:01 +0200 Subject: [PATCH] Fix 404 error on banniere-en.png Filename was incorrect and was using an underscore instead of a dash. --- src/memopol/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/memopol/templates/home.html b/src/memopol/templates/home.html index 807f0a5..5f18dfc 100644 --- a/src/memopol/templates/home.html +++ b/src/memopol/templates/home.html @@ -18,7 +18,7 @@

{{ HOMEPAGE_INTRO_TEXT }}

- +

{% trans "What about this instance ?" %}

{{ HOMEPAGE_INSTANCE_TEXT }} -- GitLab