Fixed issue in template where it was pointing to the old logo name.
This commit is contained in:
parent
7a8b1f7f2f
commit
f477458d3f
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="midHeader">
|
<div class="midHeader">
|
||||||
<img src="{% static "evennia_general/images/evennia_logo_small.png" %}" align='left'/> <h1 class="headerTitle" lang="la">{{game_name}}</h1>
|
<img src="{% static "evennia_general/images/evennia_logo.png" %}" align='left'/> <h1 class="headerTitle" lang="la">{{game_name}}</h1>
|
||||||
<div class="headerSubTitle" title="Slogan">
|
<div class="headerSubTitle" title="Slogan">
|
||||||
<!-- Insert a slogan here if you want -->
|
<!-- Insert a slogan here if you want -->
|
||||||
{{game_slogan}}
|
{{game_slogan}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue