Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2017-04-06 15:37:57 +02:00
parent 8306d5d2d9
commit 979cf48618
6 changed files with 5 additions and 5 deletions

View File

@@ -32,10 +32,10 @@
<div class="grid_12">
<div id="logo" class="grid_6 alpha">
{% if user.rower.rowerplan == 'pro' or user.rower.rowerplan == 'coach' %}
<p><a href="/"><img src="/static/img/logo3.jpg"
<p><a href="/"><img src="/static/img/logo5.png"
alt="Rowsandall logo" height="80"></a></p>
{% else %}
<p><a href="/"><img src="/static/img/logo3.jpg"
<p><a href="/"><img src="/static/img/logo5.png"
alt="Rowsandall logo" height="80"></a></p>
{% endif %}
</div>