Skip to content

Commit

Permalink
navbar on error page
Browse files Browse the repository at this point in the history
  • Loading branch information
leonaard committed Jun 9, 2015
1 parent 844a942 commit 6b37452
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions webant/templates/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
Libreant | {%trans%}Error{%endtrans%} {{ code }}
{% endblock %}

{% block navbar %}
{% import 'navbar.html' as navbar %}
{{navbar.navbar(search=True)}}
{% endblock %}

{% block content %}
<div class="container">
<br><br><br>
Expand Down

0 comments on commit 6b37452

Please sign in to comment.