Skip to content

Commit

Permalink
Fix test failure with warn view template
Browse files Browse the repository at this point in the history
  • Loading branch information
jbittel committed Mar 22, 2016
1 parent c98a06c commit 82cd20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mama_cas/templates/mama_cas/_messages.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% if messages %}
{% for message in messages %}
<div class="alert alert-info">{{ message }}</div>
<div class="alert alert-info">{{ message|urlize }}</div>
{% endfor %}
{% endif %}

Expand Down

0 comments on commit 82cd20b

Please sign in to comment.