Fix debug template
This commit is contained in:
@@ -17,7 +17,6 @@
|
|||||||
<div id="container">
|
<div id="container">
|
||||||
{% include "header.html" %}
|
{% include "header.html" %}
|
||||||
<pre><code>{{ thread | remove_mongo_id | tojson(indent=4) }}</code></pre>
|
<pre><code>{{ thread | remove_mongo_id | tojson(indent=4) }}</code></pre>
|
||||||
{{ utils.display_thread(thread, likes=likes, shares=shares) }}
|
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block links %}<link rel="alternate" href="{{ note.activity.object.id}}" type="application/activity+json">{% endblock %}
|
{% block links %}<link rel="alternate" href="{{ note.activity.object.id}}" type="application/activity+json">{% endblock %}
|
||||||
|
Reference in New Issue
Block a user