We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983cea2 commit 9c852b3Copy full SHA for 9c852b3
sde_indexing_helper/templates/sde_collections/collection_detail.html
@@ -26,7 +26,7 @@
26
<br>
27
<div class="row">
28
<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>
+ <h1 class="nameWrapper"><div class="collectionName" id="collectionName">{{ collection.name }}</div><img class="editTitle" src="{% static 'images/edit.png' %}" alt="Edit"></h1>
30
</div>
31
<div class="col-md-6 buttonsCol">
32
<div>
0 commit comments