Browse Source

fix includes for discuss

Oz N Tiram 9 years ago
parent
commit
8b7ed694d4
1 changed files with 1 additions and 1 deletions
  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 %}