..thir pull
This commit is contained in:
parent
3fa308b998
commit
2ceb5ee2b0
@ -984,6 +984,10 @@ class Application(Base):
|
|||||||
|
|
||||||
content_type = ContentType.objects.get_for_model(self.__class__)
|
content_type = ContentType.objects.get_for_model(self.__class__)
|
||||||
return Document.objects.filter(content_type=content_type, object_id=self.id)
|
return Document.objects.filter(content_type=content_type, object_id=self.id)
|
||||||
|
|
||||||
|
# @property
|
||||||
|
# def belong_to_agency(self):
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class TrainingMaterial(Base):
|
class TrainingMaterial(Base):
|
||||||
|
|||||||
@ -412,7 +412,7 @@ body { background-color: #f0f2f5; font-family: 'Inter', sans-serif; }
|
|||||||
<h5 class="modal-title">📧 {% trans "Compose Interview Invitation" %}</h5>
|
<h5 class="modal-title">📧 {% trans "Compose Interview Invitation" %}</h5>
|
||||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||||
</div>
|
</div>
|
||||||
<form method="post" action="{% url 'send_interview_email' interview.pk %}">
|
<form method="post" action="{% url 'send_interview_email' interview.slug %}">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user