mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 20:49:41 +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 extrahead %}
|
||||||
{{ block.super }}
|
{{ 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 %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block field_sets %}
|
{% block field_sets %}
|
||||||
|
|
|
@ -81,7 +81,7 @@ class DomainPermission(PermissionsLoginMixin):
|
||||||
and "analyst_action_location" in session
|
and "analyst_action_location" in session
|
||||||
and session["analyst_action_location"] == pk
|
and session["analyst_action_location"] == pk
|
||||||
)
|
)
|
||||||
|
|
||||||
# If the valid session keys exist, if the user is permissioned,
|
# If the valid session keys exist, if the user is permissioned,
|
||||||
# and if its in a valid status
|
# and if its in a valid status
|
||||||
if (
|
if (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue