equal
deleted
inserted
replaced
53 <form enctype="multipart/form-data" method="post" action=""> |
53 <form enctype="multipart/form-data" method="post" action=""> |
54 <p> |
54 <p> |
55 {{ form.as_p }} |
55 {{ form.as_p }} |
56 <br /> |
56 <br /> |
57 <input class="button" type="submit" value="Submit Review" /> |
57 <input class="button" type="submit" value="Submit Review" /> |
58 </p> |
58 </p> |
59 </form> |
59 </form> |
60 |
60 |
61 <p class="post-footer align-right"> |
61 <p class="post-footer align-right"> |
62 <span class="comments">Reviews (5)</span> |
62 <span class="comments">Reviews: |
63 <span class="date">Last reviewed: Nov 11, 2006</span> |
63 {% if nr_reviews %} |
64 <span class="date">Last submitted: Nov 11, 2006</span> |
64 {{ nr_reviews }} |
65 </p> |
65 {% else %} |
|
66 (<i>None</i>) |
|
67 {% endif %} |
|
68 </span> |
|
69 <span class="date">Last reviewed: |
|
70 {% if last_reviewed %} |
|
71 {{ last_reviewed|date:"jS F Y h:iA" }} |
|
72 {% else %} |
|
73 (<i>Not Reviewed</i>) |
|
74 {% endif %} |
|
75 </span> |
|
76 <span class="date">Last submitted: |
|
77 {% if last_submitted %} |
|
78 {{ last_submitted|date:"jS F Y h:iA" }} |
|
79 {% else %} |
|
80 (<i>New Submission</i>) |
|
81 {% endif %} |
|
82 </span> |
|
83 </p> |
66 |
84 |
67 </div> |
85 </div> |
68 {% endblock content %} |
86 {% endblock content %} |