put back in some stuff Andromeda axed without telling anyone

pull/1/head
eric 2012-03-28 23:25:41 -04:00
parent c7f9996444
commit 729bc6e78d
4 changed files with 17 additions and 2 deletions

View File

@ -18,6 +18,7 @@
<div class="js-main">
<div id="js-leftcol">
{% include "faqmenu.html" %}
{% block subnav %}{% endblock %}
</div>
<div id="js-maincol-fr" class="have-right doc">
<div class="js-maincol-inner">

View File

@ -0,0 +1,14 @@
{% extends "basedocumentation.html" %}
{% load i18n %}
{% block title %}Notices{% endblock %}
{% block subnav %}
<ul class="nav nav-list">
<li class="nav-header">{% trans "Notices" %}</li>
<li><a href="{% url notification_notices %}">{% trans "Notices" %}</a></li>
<li><a href="{% url notification_notice_settings %}">{% trans "Settings" %}</a></li>
</ul>
{% endblock %}

View File

@ -1,4 +1,4 @@
{% extends "basedocumentation.html" %}
{% extends "notification/base.html" %}
{% load i18n %}

View File

@ -1,4 +1,4 @@
{% extends "basedocumentation.html" %}
{% extends "notification/base.html" %}
{% load i18n %}