From 721837456ca6ad375214dab9f6e76c66ce4e1e48 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 14 Sep 2018 00:52:00 +0200 Subject: [PATCH] derp --- templates/main.html | 2 +- templates/wikilist.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/main.html b/templates/main.html index 95160eeb..fb690e96 100644 --- a/templates/main.html +++ b/templates/main.html @@ -20,7 +20,7 @@ {% endfor %} - {% include "wikibox.html" %} + {% include "components/wikibox.html" %}
Citazione casuale dal diario diff --git a/templates/wikilist.html b/templates/wikilist.html index b893ad16..b6831caa 100644 --- a/templates/wikilist.html +++ b/templates/wikilist.html @@ -9,6 +9,6 @@ Royal Wiki
- {% include "wikibox.html" %} + {% include "components/wikibox.html" %}
{% endblock %} \ No newline at end of file