Mime type

This commit is contained in:
zandercymatics 2023-08-25 11:09:03 -06:00
parent 7fafecab0a
commit 1b8de424b3
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 2 additions and 2 deletions

View file

@ -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 %}

View file

@ -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 (