<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -13,21 +13,21 @@
     &lt;a class=&quot;previous&quot; href=&quot;{{ object.get_previous_post.get_absolute_url }}&quot;&gt;&amp;laquo; {{ object.get_previous_post }}&lt;/a&gt;
     {% endif %}
     {% if object.get_next_by_publish %}
-    | &lt;a class=&quot;next&quot; href=&quot;{{ object.get_next_post.get_absolute_url }}&quot;&gt;{{ object.get_next_post }} &amp;raquo;&lt;/a&gt; 
+    | &lt;a class=&quot;next&quot; href=&quot;{{ object.get_next_post.get_absolute_url }}&quot;&gt;{{ object.get_next_post }} &amp;raquo;&lt;/a&gt;
     {% endif %}
   &lt;/p&gt;
 {% endblock %}
 
 
 {% block content %}
-  {% load blog comments tagging_tags inlines %}
-  
+  {% load blog comments tagging_tags inlines markup %}
+
   &lt;p class=&quot;date&quot;&gt;{{ object.publish|date:&quot;j F Y&quot; }}&lt;/p&gt;
-  
+
   &lt;div class=&quot;body&quot;&gt;
     {{ object.body_markup|render_inlines|safe }}
   &lt;/div&gt;
-  
+
   {% tags_for_object object as tag_list %}
   {% if tag_list %}
   &lt;p class=&quot;inline_tag_list&quot;&gt;&lt;strong&gt;Related tags:&lt;/strong&gt;
@@ -36,7 +36,7 @@
     {% endfor %}
   &lt;/p&gt;
   {% endif %}
-  
+
   {% get_comment_list for object as comment_list %}
   {% if comment_list %}
   &lt;div id=&quot;comments&quot;&gt;
@@ -46,7 +46,7 @@
       {% if comment.is_public %}
       &lt;div class=&quot;comment&quot;&gt;
         &lt;h5 class=&quot;name&quot;&gt;
-          &lt;a name=&quot;c{{ comment.id }}&quot; href=&quot;{{ comment.get_absolute_url }}&quot; title=&quot;Permalink to {{ comment.person_name }}'s comment&quot; class=&quot;count&quot;&gt;{{ forloop.counter }}&lt;/a&gt; 
+          &lt;a name=&quot;c{{ comment.id }}&quot; href=&quot;{{ comment.get_absolute_url }}&quot; title=&quot;Permalink to {{ comment.person_name }}'s comment&quot; class=&quot;count&quot;&gt;{{ forloop.counter }}&lt;/a&gt;
           {% if comment.user_url %}&lt;a href=&quot;{{ comment.user_url }}&quot;&gt;{{ comment.user_name }}&lt;/a&gt;{% else %}{{ comment.user_name }}{% endif %} says...
         &lt;/h5&gt;
         {{ comment.comment|urlizetrunc:&quot;60&quot;|markdown:&quot;safe&quot; }}</diff>
      <filename>basic/blog/templates/blog/post_detail.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2ebb7f4f075dbc7386bc44338a9dfbd594824f1a</id>
    </parent>
  </parents>
  <author>
    <name>Nathan Borror</name>
    <email>nathan@playgroundblues.com</email>
  </author>
  <url>http://github.com/nathanborror/django-basic-apps/commit/524071a6e04a6c0568a9214cff013feffe89540e</url>
  <id>524071a6e04a6c0568a9214cff013feffe89540e</id>
  <committed-date>2009-11-08T11:55:17-08:00</committed-date>
  <authored-date>2009-11-08T11:55:17-08:00</authored-date>
  <message>Adding missing markup tag library to post detail template. Closes #3</message>
  <tree>c9cdb202f6e975f79785b08cbdb2642ae204d8b4</tree>
  <committer>
    <name>Nathan Borror</name>
    <email>nathan@playgroundblues.com</email>
  </committer>
</commit>
