mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-14 13:34:10 +02:00
Add UTC
This commit is contained in:
parent
9207dd72f0
commit
61f2af6ce2
2 changed files with 4 additions and 4 deletions
|
@ -121,8 +121,8 @@
|
||||||
<th th scope="row" role="rowheader" data-label="Domain name">
|
<th th scope="row" role="rowheader" data-label="Domain name">
|
||||||
{% if application.requested_domain is None %}
|
{% if application.requested_domain is None %}
|
||||||
New domain request
|
New domain request
|
||||||
<br>
|
<br aria-hidden="true">
|
||||||
<span class="text-base font-body-xs">({{ application.created_at }})</span>
|
<span class="text-base font-body-xs">({{ application.created_at }} UTC)</span>
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ application.requested_domain.name }}
|
{{ application.requested_domain.name }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -141,7 +141,7 @@
|
||||||
<svg class="usa-icon" aria-hidden="true" focusable="false" role="img" width="24">
|
<svg class="usa-icon" aria-hidden="true" focusable="false" role="img" width="24">
|
||||||
<use xlink:href="{%static 'img/sprite.svg'%}#edit"></use>
|
<use xlink:href="{%static 'img/sprite.svg'%}#edit"></use>
|
||||||
</svg>
|
</svg>
|
||||||
Edit <span class="usa-sr-only">{{ application.requested_domain.name|default:"New domain request ("|add:application.created_at|add:")" }}</span>
|
Edit <span class="usa-sr-only">{{ application.requested_domain.name|default:"New domain request ("|add:application.created_at|add:" UTC)" }}</span>
|
||||||
{% else %}
|
{% else %}
|
||||||
<a href="{% url 'application-status' application.pk %}">
|
<a href="{% url 'application-status' application.pk %}">
|
||||||
<svg class="usa-icon" aria-hidden="true" focusable="false" role="img" width="24">
|
<svg class="usa-icon" aria-hidden="true" focusable="false" role="img" width="24">
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<h2 class="usa-modal__heading" id="modal-1-heading">
|
<h2 class="usa-modal__heading" id="modal-1-heading">
|
||||||
{{ modal_heading }}
|
{{ modal_heading }}
|
||||||
{% if heading_value is not None %}
|
{% if heading_value is not None %}
|
||||||
<br>
|
<br aria-hidden="true">
|
||||||
{{ heading_value }}
|
{{ heading_value }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue