project/templates/flatpages/restructuredtext.html
author Puneeth Chaganti <punchagan@fossee.in>
Mon, 18 Oct 2010 20:30:01 +0530
changeset 174 ccd1a896dfea
parent 1 fda1c66b25f9
permissions -rw-r--r--
Fixed the bug with sending the mail content post registration.

{% extends "base.html" %}

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

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