Fixing templates for the new logos.
This commit is contained in:
parent
a1db2dc699
commit
cc8777107e
|
@ -5,7 +5,7 @@
|
|||
{% block content %}
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<img src="{% static camp.logo_large %}" class="img-responsive" id="front-logo" />
|
||||
<img src="{% static camp.logo_large %}" height="350px" width="400px" class="img-responsive" id="front-logo" />
|
||||
|
||||
<br />
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
{% block content %}
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<img src="{% static camp.logo_large %}" class="img-responsive" id="front-logo" />
|
||||
<img src="{% static camp.logo_large %}" height="350px" width="400px" class="img-responsive" id="front-logo" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
{% block content %}
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<img src="{% static camp.logo_large_svg %}" class="img-responsive" id="front-logo" />
|
||||
<img src="{% static camp.logo_large %}" height="350px" width="400px" class="img-responsive" id="front-logo" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
</button>
|
||||
{% if request.resolver_match.kwargs.camp_slug and camp %}
|
||||
<a class="navbar-brand" href="{% url 'camp_detail' camp_slug=camp.slug %}">
|
||||
<img src="{% static camp.logo_small_svg %}" alt="bornhack" class="img-responsive">
|
||||
<img src="{% static camp.logo_small %}" height="50" width="190px" alt="bornhack" class="img-responsive">
|
||||
</a>
|
||||
{% else %}
|
||||
<a class="navbar-brand" href="/">
|
||||
|
|
Loading…
Reference in a new issue