Skip to content

Commit

Permalink
nit #11001
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Jul 24, 2024
1 parent 1e072af commit 1c094dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions arches/app/templates/arches_urls.htm
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{% block arches_urls %}
<div
class='arches-urls'
root="{% url 'root' %}"
Expand Down Expand Up @@ -122,3 +123,4 @@
transform_edtf_for_tile="{% url 'transform_edtf_for_tile' %}"
api_get_nodegroup_tree="{% url 'api_get_nodegroup_tree' %}"
></div>
{% endblock arches_urls %}
6 changes: 3 additions & 3 deletions arches/app/templates/javascript.htm
Original file line number Diff line number Diff line change
Expand Up @@ -949,9 +949,9 @@
hide-facet-path='{% trans "Hide facet path" as hideFacetPath %} "{{ hideFacetPath|escapejs }}"'
></div>
{% endblock arches_translations %}
{% block arches_urls %}
{% include 'arches_urls.htm' %}
{% endblock arches_urls %}

{% include 'arches_urls.htm' %}

{% block arches_data %}
<div
class='arches-data'
Expand Down

0 comments on commit 1c094dc

Please sign in to comment.