Author: gregoryjnewman
Date: Mon Sep 29 15:46:11 2008
New Revision: 984

Modified:
    trunk/pinax/templates/projects/topic.html

Log:
adding missing topic title and body to projects/topic

Modified: trunk/pinax/templates/projects/topic.html
==============================================================================
--- trunk/pinax/templates/projects/topic.html   (original)
+++ trunk/pinax/templates/projects/topic.html   Mon Sep 29 15:46:11 2008
@@ -8,5 +8,13 @@

  {% block body %}
      <p><a href="{% url project_topics topic.project.slug %}">&larr; {%  
trans "Back to Topic List for Project " %} {{ topic.project }}</a></p>
+
+
+    <h2>Discussion Topic: {{ topic.title}}</h2>
+
+    <div class="topic-body">
+        {{ topic.body }}
+    </div>
+
      {% comments topic %}
  {% endblock %}

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to