render fix
This commit is contained in:
@@ -11,7 +11,7 @@ Template{% endblock %} {% block content %} {% from
|
|||||||
<span class="glyphicon glyphicon-time"></span> Posted on {{ post.date }}
|
<span class="glyphicon glyphicon-time"></span> Posted on {{ post.date }}
|
||||||
</p>
|
</p>
|
||||||
<hr />
|
<hr />
|
||||||
{{ render_post(post, post.displayall) }} {% if post.id == 8 %}
|
{{ render_post(post) }} {% if post.id == 8 %}
|
||||||
<div class="background-svg">
|
<div class="background-svg">
|
||||||
<img src="{{ url_for('static', filename='animation.svg') }}" alt="" />
|
<img src="{{ url_for('static', filename='animation.svg') }}" alt="" />
|
||||||
<br />
|
<br />
|
||||||
|
|||||||
Reference in New Issue
Block a user