Bläddra i källkod

fix includes for discuss

Oz N Tiram 9 år sedan
förälder
incheckning
8b7ed694d4
1 ändrade filer med 1 tillägg och 1 borttagningar
  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 %}