Allow to customize description so that markup can be accepted if needed.

This commit is contained in:
Omer Katz 2013-10-08 16:15:15 +02:00
parent d349ede345
commit f97885f00f

View File

@ -110,7 +110,9 @@
<div class="content-main">
<div class="page-header"><h1>{{ name }}</h1></div>
{% block description %}
{{ description|safe }}
{% endblock %}
<div class="request-info" style="clear: both" >
<pre class="prettyprint"><b>{{ request.method }}</b> {{ request.get_full_path }}</pre>
</div>