Преглед изворни кода

Signed-off-by: zry <admin@z-touhou.org>

zry пре 8 година
родитељ
комит
270b3e322c
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      templates/base.html
  2. 1 1
      templates/layout.html

+ 1 - 1
templates/base.html

@@ -119,7 +119,7 @@
 </div>
 
 
-         {% include "var/footer.html" %}
+         {% include "footer.html" %}
          <script src="/static/js/jquery.fitvids.js"></script>
         <script src="/static/js/jquery.sequence-min.js"></script>
         <script src="/static/js/jquery.bxslider.js"></script>

+ 1 - 1
templates/layout.html

@@ -111,7 +111,7 @@
 </div>
 
 
-         {% include "var/footer.html" %}
+         {% include "footer.html" %}
          <script src="/static/js/jquery.fitvids.js"></script>
         <script src="/static/js/jquery.sequence-min.js"></script>
         <script src="/static/js/jquery.bxslider.js"></script>