mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 09:45:23 +02:00
Fix title issue
This commit is contained in:
parent
b58dc77788
commit
8c9068d3cc
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@
|
|||
{{ application.requested_domain.name|default:"New domain request" }}
|
||||
</th>
|
||||
<td data-sort-value="{{ application.created_at|date:"U" }}" data-label="Date created">{{ application.created_at|date }}</td>
|
||||
<td data-label="Status">{{ application.status|title }}</td>
|
||||
<td data-label="Status">{{ application.status|capfirst }}</td>
|
||||
<td>
|
||||
{% if application.status == "started" or application.status == "action needed" or application.status == "withdrawn" %}
|
||||
<a href="{% url 'edit-application' application.pk %}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue