Skip to content

Instantly share code, notes, and snippets.

@ktraff
Last active March 21, 2016 19:47
Show Gist options
  • Save ktraff/cbeb9645c465c1bc39aa to your computer and use it in GitHub Desktop.
Save ktraff/cbeb9645c465c1bc39aa to your computer and use it in GitHub Desktop.
{% comment "This is an example of how to replace the logo. Removed the comment block and endblock to activate" %}
{% block logo %}
<td style="text-align: left; ">
<span>
<img src="{{ STATIC_URL }}map/projects/kyle_project/mybanner.png" />
</span>
</td>
{% endblock %}
{% endcomment %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment