mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 11:16:07 +02:00
Readd created by logic
This commit is contained in:
parent
ac9edecc8f
commit
b31c7cdca0
1 changed files with 6 additions and 0 deletions
|
@ -58,6 +58,12 @@
|
|||
</div>
|
||||
<br>
|
||||
|
||||
{% if DomainRequest.creator and DomainRequest.creator != request.user %}
|
||||
<p class="margin-top-1 margin-bottom-1">
|
||||
<b class="review__step__name">Created by:</b> {{DomainRequest.creator.email|default:DomainRequest.creator.get_formatted_name }}
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
{% with statuses=DomainRequest.DomainRequestStatus last_submitted=DomainRequest.last_submitted_date|date:"F j, Y" first_submitted=DomainRequest.first_submitted_date|date:"F j, Y" last_status_update=DomainRequest.last_status_update|date:"F j, Y" %}
|
||||
{% comment %}
|
||||
These are intentionally seperated this way.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue