Skip to content

Commit

Permalink
Merge 56f9104 into 3af8183
Browse files Browse the repository at this point in the history
  • Loading branch information
gkadillak committed Apr 25, 2015
2 parents 3af8183 + 56f9104 commit 0cd3414
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions waliki/templates/base.html
Expand Up @@ -35,9 +35,9 @@

<body>
{% block navbar %}
<div class="navbar navbar-fixed-top navbar-default">
<div class="navbar navbar-default">
<div class="container">
<div class="container">
<div class="navbar-header">
<div class="row">
<div class="col-sm-12 col-md-12"><div class="navbar-header"><a href="{% url 'waliki_home' %}" class="navbar-brand">{{ site_name|default:"Waliki" }}</a></div>
{% navbar_links %}
Expand Down Expand Up @@ -106,4 +106,4 @@ <h1>{% block title %}{{ page.title }}{% endblock title %}</h1>
{% block extra_body %}{% endblock %}
{% endblock %}

</body></html>
</body></html>

0 comments on commit 0cd3414

Please sign in to comment.