Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
gstrat committed Oct 23, 2013
2 parents 5922982 + 6670094 commit 133c282
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions yawdadmin/templates/admin/logged_out_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ <h1>{{ ADMIN_SITE_NAME }}</h1>
<a href="{% if not lang.default %}/{{info.code}}{% endif %}{{clean_url}}"><img class="lang-switcher" src="{{lang.image.url}}" alt="{{info.name}}" title="{{info.name}}" /></a>{% endfor %}
</p>
</section>
<section class="span10 offset1">
{% block content %}{% endblock %}
<section class="row-fluid add-bottom">
<div class="span10 offset1">
{% block content %}{% endblock %}
</div>
</section>{% endblock %}

0 comments on commit 133c282

Please sign in to comment.