Oops, fix stupid HTML error

This commit is contained in:
2011-02-22 09:12:03 +00:00
parent b211bc7197
commit 4a493b6817

View File

@@ -47,7 +47,6 @@
<table>
<tr><th>Recommended Application</th><th>Recommendation Character</th><th>Recommendation Date</th></tr>
{% for rec in user.recommendation_set.all %}
<tr><td>
<tr><td><a href="{% url hr.views.view_application rec.application.id %}">{{ rec.application.character.name }}</a></td>
<td>{{ rec.user_character }}</td>
<td>{{ rec.recommendation_date }}</td></tr>