This commit is contained in:
Omer Katz 2013-10-16 05:49:28 -07:00
commit 645c0ed331

View File

@ -110,7 +110,9 @@
<div class="content-main">
<div class="page-header"><h1>{{ name }}</h1></div>
{{ description }}
{% 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>