description should not be wrapped in a p tag

This commit is contained in:
Simon
2012-08-29 23:46:38 +02:00
parent 900da9d42f
commit 9162f81cb3

View File

@@ -50,8 +50,7 @@
{% if description %}
<div id="description">
<h1>Description</h1>
<p>{{ description }}</p>
{{ description }}
</div>
{% endif %}
</div>