Skip to content

Commit

Permalink
Template fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ulope committed Jul 31, 2011
1 parent 8562b4b commit 0597380
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions guardhouse/main/templates/main/dashboard.html
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{% extends "base.html" %}

{% block nav_class_dashboard %}active{% endblock %}
5 changes: 5 additions & 0 deletions guardhouse/main/templates/main/sites.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{% extends "base.html" %}
{% load i18n %}

{% block nav_class_sites %}active{% endblock %}

{% block body %}
<h1>{% trans "Sites" %}</h1>
{% endblock %}

0 comments on commit 0597380

Please sign in to comment.