Skip to content
Snippets Groups Projects
Commit 6fd9403f authored by Tim Fechner's avatar Tim Fechner
Browse files

Rename to hshassets in layout templates

parent 30876a8a
No related branches found
No related tags found
No related merge requests found
{% extends "hshcdn/layout/base.html" %} {% extends "hshassets/layout/base.html" %}
{% load staticfiles %} {% load staticfiles %}
{% block body %} {% block body %}
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<nav class="nav"> <nav class="nav">
<div class="nav-left"> <div class="nav-left">
<a class="nav-item is-brand" href="/"> <a class="nav-item is-brand" href="/">
<span class="icon"><img src="{% static 'hshcdn/img/hsh_brand/logo/service/32x64.png' %}" alt="" /></span> <span class="icon"><img src="{% static 'hshassets/img/hsh_brand/logo/service/32x64.png' %}" alt="" /></span>
Hochschule Hannover Hochschule Hannover
</a> </a>
</div> </div>
......
{% extends "hshcdn/layout/hero.html" %} {% extends "hshassets/layout/hero.html" %}
{% block hero-foot %} {% block hero-foot %}
<div class="container"> <div class="container">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment