From 68830f2e6472cd67f20852896bbdfe8571769342 Mon Sep 17 00:00:00 2001 From: Gabriel Detraz Date: Sun, 15 Apr 2018 19:42:45 +0200 Subject: [PATCH] Fix no img file --- re2o/templates/re2o/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/re2o/templates/re2o/index.html b/re2o/templates/re2o/index.html index e3b17e0a..8f8a5d0c 100644 --- a/re2o/templates/re2o/index.html +++ b/re2o/templates/re2o/index.html @@ -37,7 +37,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% for service in service_list %}
- {{ service.name }} + {{ service.name }}

{{ service.name }}

{{ service.description }}