Skip to content

Commit 9c852b3

Browse files
reference image using static
1 parent 983cea2 commit 9c852b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sde_indexing_helper/templates/sde_collections/collection_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<br>
2727
<div class="row">
2828
<div class="col-md-6 titleCol">
29-
<h1 class="nameWrapper"><div class="collectionName" id="collectionName">{{ collection.name }}</div><img class="editTitle" src="../../static/images/edit.png"></img></h1>
29+
<h1 class="nameWrapper"><div class="collectionName" id="collectionName">{{ collection.name }}</div><img class="editTitle" src="{% static 'images/edit.png' %}" alt="Edit"></h1>
3030
</div>
3131
<div class="col-md-6 buttonsCol">
3232
<div>

0 commit comments

Comments
 (0)