From 1207538c0cc13a0294b6040571a2d6069e5b9b00 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Sun, 15 Mar 2020 22:11:33 +0100
Subject: [PATCH] Fix template

---
 templates/archives.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/archives.html b/templates/archives.html
index dccb690..ead880c 100644
--- a/templates/archives.html
+++ b/templates/archives.html
@@ -1,4 +1,4 @@
-{% extends "page.html" %}
+{% extends "base.html" %}
 
 {% block title %}{{ SITENAME }} — Archives{% endblock %}
 <div class="col-md-12 col-sm-12">
-- 
GitLab