Skip to content

Commit

Permalink
Added urlize filter to rhs about us section
Browse files Browse the repository at this point in the history
  • Loading branch information
azizmb committed Apr 25, 2012
1 parent 8a23a7f commit a517817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mingus_bootstrap_theme/templates/sections/sidebar.html
Expand Up @@ -3,7 +3,7 @@
<div class="row-fluid">
<div class="span12">
<h4>{% trans "About" %}</h4>
<p>{{ BLOG_SETTINGS.about|safe }}</p>
<p>{{ BLOG_SETTINGS.about|urlize|safe }}</p>
</div>
</div>

Expand Down

0 comments on commit a517817

Please sign in to comment.