..thir pull

This commit is contained in:
Faheed 2025-11-19 13:20:45 +03:00
parent 3fa308b998
commit 2ceb5ee2b0
2 changed files with 5 additions and 1 deletions

View File

@ -984,6 +984,10 @@ class Application(Base):
content_type = ContentType.objects.get_for_model(self.__class__)
return Document.objects.filter(content_type=content_type, object_id=self.id)
# @property
# def belong_to_agency(self):
class TrainingMaterial(Base):

View File

@ -412,7 +412,7 @@ body { background-color: #f0f2f5; font-family: 'Inter', sans-serif; }
<h5 class="modal-title">📧 {% trans "Compose Interview Invitation" %}</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<form method="post" action="{% url 'send_interview_email' interview.pk %}">
<form method="post" action="{% url 'send_interview_email' interview.slug %}">
{% csrf_token %}
<div class="modal-body">
<div class="mb-3">