Procházet zdrojové kódy

fix includes for discuss

Oz N Tiram před 9 roky
rodič
revize
8b7ed694d4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      example/templates/entry.html

+ 1 - 1
example/templates/entry.html

@@ -19,7 +19,7 @@
 	</div>
 	<div id="underpost">
 		<h3>Discussions/Feedback.</h3>
-		{% include 'discuss.html' %}
+		{% include 'includes/discuss.html' %}
 	</div>
 </div>
 {% endblock content %}