view gpp/templates/flatpages/default.html @ 416:aabee29cadac

As a follow up to r447, use jQuery to vertically align the model checkboxes.
author Brian Neal <bgneal@gmail.com>
date Sun, 10 Apr 2011 00:49:23 +0000
parents 48b221d304c6
children
line wrap: on
line source
{% extends 'base.html' %}
{% block title %}{{ flatpage.title }}{% endblock %}
{% block content %}
<h2>{{ flatpage.title }}</h2>
{{ flatpage.content }}
{% endblock %}