From 140d7c5b5bb008d6be78512f3117e035bf8b9728 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Thu, 26 Jul 2018 23:04:20 +0200 Subject: [PATCH] Fix debug template --- templates/note_debug.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/note_debug.html b/templates/note_debug.html index af07a4b..f34d61c 100644 --- a/templates/note_debug.html +++ b/templates/note_debug.html @@ -17,7 +17,6 @@
{% include "header.html" %}
{{ thread | remove_mongo_id | tojson(indent=4) }}
-{{ utils.display_thread(thread, likes=likes, shares=shares) }}
{% endblock %} {% block links %}{% endblock %}