mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 16:32:15 +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">
|
||||
{% if application.requested_domain is None %}
|
||||
New domain request
|
||||
<br>
|
||||
<span class="text-base font-body-xs">({{ application.created_at }})</span>
|
||||
<br aria-hidden="true">
|
||||
<span class="text-base font-body-xs">({{ application.created_at }} UTC)</span>
|
||||
{% else %}
|
||||
{{ application.requested_domain.name }}
|
||||
{% endif %}
|
||||
|
@ -141,7 +141,7 @@
|
|||
<svg class="usa-icon" aria-hidden="true" focusable="false" role="img" width="24">
|
||||
<use xlink:href="{%static 'img/sprite.svg'%}#edit"></use>
|
||||
</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 %}
|
||||
<a href="{% url 'application-status' application.pk %}">
|
||||
<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">
|
||||
{{ modal_heading }}
|
||||
{% if heading_value is not None %}
|
||||
<br>
|
||||
<br aria-hidden="true">
|
||||
{{ heading_value }}
|
||||
{% endif %}
|
||||
</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue