mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 08:22:18 +02:00
Mime type
This commit is contained in:
parent
7fafecab0a
commit
1b8de424b3
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
{% block extrahead %}
|
||||
{{ block.super }}
|
||||
<script src="{% static 'js/get-gov-admin.js' %}" defer></script>
|
||||
<script type="text/javascript" src="{% static 'js/get-gov-admin.js' %}" defer></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block field_sets %}
|
||||
|
|
|
@ -81,7 +81,7 @@ class DomainPermission(PermissionsLoginMixin):
|
|||
and "analyst_action_location" in session
|
||||
and session["analyst_action_location"] == pk
|
||||
)
|
||||
|
||||
|
||||
# If the valid session keys exist, if the user is permissioned,
|
||||
# and if its in a valid status
|
||||
if (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue