project/templates/flatpages/default.html
author Parth buch <parth.buch.115@gmail.com>
Mon, 31 Oct 2011 09:22:35 +0530
branch2011
changeset 438 1e4bffd3c917
parent 1 fda1c66b25f9
permissions -rw-r--r--
changed the dates in talks-cfp page as well

{% extends "base.html" %}

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

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