summaryrefslogtreecommitdiff
path: root/templates/projects
diff options
context:
space:
mode:
authorluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-04-04 23:30:30 +0000
committerluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-04-04 23:30:30 +0000
commitf8cda18e218cf9849ea7b70fc39b505420c930b9 (patch)
tree43eecea66befb5d84dac316f4ca9de7944855a1b /templates/projects
parenta1138b560308e043de00c2211293583515def19e (diff)
started work on the 5x5 project, models, views, templates
Diffstat (limited to 'templates/projects')
-rw-r--r--templates/projects/base.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/templates/projects/base.html b/templates/projects/base.html
deleted file mode 100644
index 590de52..0000000
--- a/templates/projects/base.html
+++ /dev/null
@@ -1,20 +0,0 @@
-{% extends 'base.html' %}
-{% load typogrify %}
-{% block pagetitle %}Luxagraf | Projects {% endblock %}
-{% block metadescription %}Travel Themes and Experiments {% endblock %}
-
-{%block bodyid%}id="projects"{%endblock%}
-
-{% block primary %}
-<article>
- <ul id="breadcrumbs">
- <li><a href="/" title="luxagraf homepage">Home</a> &rarr;</li>
- <li>Projects</li>
- </ul>
- <h1 class="hide">Projects</h1>
- <h3>Coming soon.</h3>
- <p>Projects. Experiments in travel. Because everything is amazing.</p>
-
-</article>
-{% endblock %}
-