Commit bdf8b532 by Tom Christie

Merge pull request #1180 from kevin-brown/pull_1164

Put template block around the description
parents d6870074 d31fd33f
...@@ -110,7 +110,9 @@ ...@@ -110,7 +110,9 @@
<div class="content-main"> <div class="content-main">
<div class="page-header"><h1>{{ name }}</h1></div> <div class="page-header"><h1>{{ name }}</h1></div>
{% block description %}
{{ description }} {{ description }}
{% endblock %}
<div class="request-info" style="clear: both" > <div class="request-info" style="clear: both" >
<pre class="prettyprint"><b>{{ request.method }}</b> {{ request.get_full_path }}</pre> <pre class="prettyprint"><b>{{ request.method }}</b> {{ request.get_full_path }}</pre>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment