Forgot to close second } at one tag

This commit is contained in:
Socks 2018-02-22 18:55:28 +00:00
parent ebb086ecb2
commit 751e8394ea

View file

@ -6,7 +6,7 @@
<div class="card" style="word-wrap: brea-word; margin-bottom: 16px; width: 100%;"> <div class="card" style="word-wrap: brea-word; margin-bottom: 16px; width: 100%;">
<div class="card-header"><b>{{ post.poster }}</b> at {{ post.timePosted.strftime('%Y-%m-%d %-H:%M') }}</div> <div class="card-header"><b>{{ post.poster }}</b> at {{ post.timePosted.strftime('%Y-%m-%d %-H:%M') }}</div>
<div class="card-body"> <div class="card-body">
{{ post.content } {{ post.content }}
</div> </div>
</div> </div>
{% endfor %} {% endfor %}