Similarly don't serve header logo from staticfiles
This commit is contained in:
parent
cdd475d9d6
commit
5e2cb22fb7
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
<div class="w-60-ns">
|
||||
<h1 id="conservancyheader" class="mt2 mt3-ns mb2 mb3-ns">
|
||||
<a href="/">
|
||||
<img src="{% static 'img/conservancy-header.svg' %}" alt="Software Freedom Conservancy" class="db center mh3-ns" />
|
||||
<img src="/img/conservancy-header.svg" alt="Software Freedom Conservancy" class="db center mh3-ns" />
|
||||
</a>
|
||||
</h1>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue