From 0b481fd7931c2ae20ca21f89a87f2ba6a6c01e10 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Tue, 16 Aug 2011 22:07:54 -0400 Subject: cleaned up html in archives, eliminated some nav and section tags --- templates/details/code.html | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) (limited to 'templates/details/code.html') diff --git a/templates/details/code.html b/templates/details/code.html index a593ae7..1697844 100644 --- a/templates/details/code.html +++ b/templates/details/code.html @@ -35,25 +35,16 @@ article[role="main"] a { color: #b53a04;} {% endblock %} {%block bodyid%}id="code"{%endblock%} -{% block primary %} -
- {% for object in object_list %} -
-

{{object.name}}

-
+{% block primary %} +
{% for object in object_list %} +

{{object.name}}

{{object.body_html|smartypants|widont|safe}} -
- {% endfor %} + {% endfor %}
-- cgit v1.2.3