project/templates/flatpages/default.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 09 Dec 2010 19:11:15 +0530
changeset 343 debfd9506f40
parent 1 fda1c66b25f9
permissions -rw-r--r--
Create payment and wifi objects if they don't exist.

{% extends "base.html" %}

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

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