From 62ff47c3f14807d802b6277da15d2fca90320129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 4 Feb 2020 19:15:44 +0100 Subject: [PATCH] chg: Improve redirects on index --- website/web/templates/index.html | 10 ++++++---- website/web/templates/main.html | 8 ++------ 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/website/web/templates/index.html b/website/web/templates/index.html index 2dd9b744..211364ef 100644 --- a/website/web/templates/index.html +++ b/website/web/templates/index.html @@ -14,7 +14,7 @@ Page title Initial URL Initial redirects - + {% for uuid, page_title, date, time, url, redirects in titles %} @@ -26,11 +26,13 @@ {{ url }} {% if redirects %} - {% else%} No redirect {%endif%} diff --git a/website/web/templates/main.html b/website/web/templates/main.html index cae9ecf5..f37aec7e 100644 --- a/website/web/templates/main.html +++ b/website/web/templates/main.html @@ -20,14 +20,10 @@ {% endblock %} - - + +
{% block content %}{% endblock%} - {% block scripts %}