CSS - break-all in comments and output error when commenting

This commit is contained in:
Sander Ferdinand 2018-07-12 03:03:05 +02:00
parent 3c9c242f60
commit 2a0158e5f2
4 changed files with 14 additions and 5 deletions

View file

@ -16,7 +16,9 @@
<div class="media-body">
<span class="username"><a href="/user/{{ c.user.username }}">{{c.user.username}}</a></span>
<span class="date_posted">{{c.date_added.strftime('%Y-%m-%d %H:%M')}}</span><br>
<span style="word-break: break-all">
{{c.message}}
</span>
<br><br>
{% if logged_in %}
<form method="post" action="{{url_for('proposal_comment')}}">