mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
CSS - break-all in comments and output error when commenting
This commit is contained in:
parent
3c9c242f60
commit
2a0158e5f2
4 changed files with 14 additions and 5 deletions
|
@ -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')}}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue