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 committed by Kevin Brown
parent d68700740f
commit d31fd33f4b

View File

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