Skip to content

Commit

Permalink
Show application id to interviewers (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
atolstikov authored Jun 18, 2023
1 parent 5a0524a commit 3f47df2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions apps/admission/templates/admission/interview_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,10 @@ <h2 class="page-title">{{ applicant.full_name }}{% if request.user.is_curator %}
</div>
<div class="tab-pane" id="applicant" role="tabpanel">
<dl>
{% if user.is_curator %}
<dt>Номер анкеты:</dt>
<dd><a href="{{ applicant_form.instance.get_absolute_url }}" target="_blank">#{{ applicant_form.instance.pk }}</a></dd>
<dt>Статус анкеты:</dt>
<dd>{{ applicant_form.instance.get_status_display|default_if_none:"<не указано>" }}</dd>
{% endif %}
{% include "admission/_applicant_form.html" with applicant_form=applicant_form %}
</dl>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
создана новость к курсу

3. post_office.Email:
Стороннее приожение для рассылок. Активно используется для Набора.
Стороннее приложение для рассылок. Активно используется для Набора.

4. notification.Notification:
Уведомления в формате Atom Syndication Format, сейчас используется только для уведомлений о проектах
Expand Down

0 comments on commit 3f47df2

Please sign in to comment.