Skip to content

Commit

Permalink
Update terms/templates/term_plugin.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jssevestre committed Dec 13, 2012
1 parent 50a9855 commit 60c8a3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terms/templates/term_plugin.html
@@ -1,7 +1,6 @@
<dl>
<dl class="terms-index">
{% for term in terms %}
<dt>{{ term|capfirst }}</dt>
<dd>{{ term.definition|safe }}</dd>
<br/>
{% endfor %}
</dl>

0 comments on commit 60c8a3e

Please sign in to comment.