project/templates/flatpages/default.html
author Parth buch <parth.buch.115@gmail.com>
Thu, 24 Nov 2011 17:26:19 +0530
branch2011
changeset 457 b29742d04112
parent 1 fda1c66b25f9
permissions -rw-r--r--
fixed a typo in urls.py

{% extends "base.html" %}

{% block title %}
{{ flatpage.title }}
{% endblock %}

{% block content %}
{{ flatpage.content }}
{% endblock %}