project/templates/admin/base_site.html
author Amit Sethi
Wed, 01 Dec 2010 15:42:18 +0530
changeset 326 1368a770d991
parent 148 8999d67e3054
permissions -rw-r--r--
Changed the accomodation page table

{% extends "admin/base.html" %}
{% load i18n %}

{% block title %}{{ title }} | {% trans 'SciPy.in Administration' %}{% endblock %}

{% block branding %}
<h1 id="site-name">{% trans 'SciPy.in Administration' %}</h1>
{% endblock %}

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