urls for detail
This commit is contained in:
parent
3e99bb3dc9
commit
5227644e52
@ -316,7 +316,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
{% for meeting in meetings %}
|
{% for meeting in meetings %}
|
||||||
<tr>
|
<tr>
|
||||||
<td><strong class="text-primary">{{ meeting.topic }}</strong></td>
|
<td><strong class="text-primary"><a href="{% url 'meeting_details' meeting.slug %}" class="text-decoration-none text-secondary">{{ meeting.topic }}<a></strong></td>
|
||||||
<td>
|
<td>
|
||||||
{% if meeting.interview %}
|
{% if meeting.interview %}
|
||||||
<a class="text-primary text-decoration-none" href="{% url 'candidate_detail' meeting.interview.candidate.slug %}">{{ meeting.interview.candidate.name }} <i class="fas fa-link"></i></a>
|
<a class="text-primary text-decoration-none" href="{% url 'candidate_detail' meeting.interview.candidate.slug %}">{{ meeting.interview.candidate.name }} <i class="fas fa-link"></i></a>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user