From f8cda18e218cf9849ea7b70fc39b505420c930b9 Mon Sep 17 00:00:00 2001 From: "luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f" Date: Sun, 4 Apr 2010 23:30:30 +0000 Subject: started work on the 5x5 project, models, views, templates --- templates/archives/projects.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 templates/archives/projects.html (limited to 'templates/archives/projects.html') diff --git a/templates/archives/projects.html b/templates/archives/projects.html new file mode 100644 index 0000000..cdefc1f --- /dev/null +++ b/templates/archives/projects.html @@ -0,0 +1,31 @@ +{% extends 'base.html' %} +{% load typogrify %} +{% block pagetitle %}Luxagraf | Projects {% endblock %} +{% block metadescription %}Travel Themes and Experiments {% endblock %} + +{%block bodyid%}id="projects"{%endblock%} + +{% block primary %} +
+ +

Projects

+ {%for project in object_list %} + + {% endfor %} + +
+{% endblock %} + -- cgit v1.2.3