view gpp/templates/bio/base.html @ 125:903ae6168071

Bio: added odd/even styling to profiles. Make member's list viewable to logged in users only.
author Brian Neal <bgneal@gmail.com>
date Sat, 14 Nov 2009 20:09:17 +0000
parents dbd703f7d63a
children 88b2b9cb8c1f
line wrap: on
line source
{% extends 'base.html' %}
{% block custom_css %}
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/bio.css" />
{% block bio_css %}{% endblock %}
{% endblock %}
{% block content %}
{% endblock %}