mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Link to the correct application id
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
<tr><th>Recommended Application</th><th>Recommendation Character</th><th>Recommendation Date</th></tr>
|
<tr><th>Recommended Application</th><th>Recommendation Character</th><th>Recommendation Date</th></tr>
|
||||||
{% for rec in user.recommendation_set.all %}
|
{% for rec in user.recommendation_set.all %}
|
||||||
<tr><td>
|
<tr><td>
|
||||||
<tr><td><a href="{% url hr.views.view_application app.id %}">{{ rec.application.character.name }}</a></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.user_character }}</td>
|
||||||
<td>{{ rec.recommendation_date }}</td></tr>
|
<td>{{ rec.recommendation_date }}</td></tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user