view gpp/templates/admin/base_site.html @ 99:10d6182b9f6e

Forums: added error handling to the flagging of posts. Did the same with the comments function too.
author Brian Neal <bgneal@gmail.com>
date Mon, 14 Sep 2009 00:06:08 +0000
parents dbd703f7d63a
children e04d91babfcf
line wrap: on
line source
{% extends "admin/base.html" %}
{% load i18n %}

{% block title %}{{ title }} | {% trans 'GPP Site Admin' %}{% endblock %}

{% block branding %}
<h1 id="site-name">{% trans 'Gremmies Portal Project Site Administration' %}</h1>
{% endblock %}

{% block nav-global %}{% endblock %}