Skip to content

Commit

Permalink
Merge pull request #2680 from DevHugo/boutons_inutilisables_mp
Browse files Browse the repository at this point in the history
Efface les boutons inutilisables dans les mp
  • Loading branch information
Eskimon committed May 15, 2015
2 parents c47d70e + 50b7c63 commit 5ee998a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/mp/post/new.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
{% url "private-posts-new" topic.pk topic.slug %}?cite={{ message.pk }}
{% endcaptureas %}

{% include "misc/message.part.html" %}
{% include "misc/message.part.html" with can_hide=False %}
{% endfor %}
</div>
{% endblock %}

0 comments on commit 5ee998a

Please sign in to comment.