Commit 664f2527 by Bach Dániel

Merge branch 'feature-local-logo' into 'master'

Feature local logo

```bash
mkdir -p ~/site-circle/static
wget -O ~/site-circle/static/local-logo.png https://www.vik.bme.hu/static/img/default/logo.png
```

See merge request !229
parents bba88695 b6314ff2
<img src="{{ STATIC_URL}}dashboard/img/logo.png" style="height: 25px;"/>
<img src="{{ STATIC_URL}}local-logo.png" style="padding-left: 2px; height: 25px;"/>
......@@ -13,7 +13,7 @@
{% block navbar-brand %}
<a class="navbar-brand" href="{% url "dashboard.index" %}" style="padding: 10px 15px;">
<img src="{{ STATIC_URL}}dashboard/img/logo.png" style="height: 25px;"/>
{% include "branding.html" %}
</a>
{% endblock %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment