Skip to content

Commit

Permalink
Merge pull request #2225 from Eskimon/fix-2176
Browse files Browse the repository at this point in the history
Fix #2176: erreur d'affichage à cause d'une balise strong
  • Loading branch information
gustavi committed Feb 6, 2015
2 parents f35aded + 8b14817 commit d328cb5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions templates/forum/post/new.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@
{% block content %}
{% if newpost %}
<div class="alert-box alert">
<strong>{% trans "Au moins un nouveau message a été posté</strong> dans la discussion
pendant que vous rédigiez le votre" %}.
{% blocktrans %}
<strong>Au moins un nouveau message a été posté</strong> dans la discussion
pendant que vous rédigiez le votre.
{% endblocktrans %}
</div>
{% endif %}

Expand Down

0 comments on commit d328cb5

Please sign in to comment.