project/templates/flatpages/restructuredtext.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 02 Nov 2010 22:32:53 +0530
changeset 195 ec3f4b2e8d37
parent 1 fda1c66b25f9
permissions -rw-r--r--
Add the tempalte to display registration details.

{% extends "base.html" %}

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

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