templates/projects/base.html @ c6f37ebd2f3e
Added a field to mark spams to the Comment models.
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 23 Jan 2009 00:21:13 -0500 |
parents |
24ce70aa9934 |
children |
(none) |
{% extends "base.html" %}
{% block title %}Projects{% endblock %}
{% block style %}
<link rel="stylesheet" href="/site-media/style/projects.css"
type="text/css"/>
<link rel="stylesheet" href="/site-media/style/gallery.css"
type="text/css"/>
<link rel="stylesheet" href="/site-media/style/code.css"
type="text/css"/>
{% endblock %}
{% block header %}/ projects{% endblock %}