From 637d71d2c3a7c1c65a931e1eb094052a095cdf05 Mon Sep 17 00:00:00 2001 From: "luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f" Date: Mon, 5 Jan 2009 04:07:10 +0000 Subject: have at it --- templates/contact_form/contact_form.html | 73 ++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 templates/contact_form/contact_form.html (limited to 'templates/contact_form/contact_form.html') diff --git a/templates/contact_form/contact_form.html b/templates/contact_form/contact_form.html new file mode 100644 index 0000000..4864085 --- /dev/null +++ b/templates/contact_form/contact_form.html @@ -0,0 +1,73 @@ +{% extends 'base.html' %} + +{#============================================== +Load up the various metadata add-ins +================================================#} + +{% block meta_description %} Contact, Get in touch with corriegreathouse.com.{%endblock%} +{% block metatitle %} - Get in Touch{% endblock %} +{% block metakeywords %}contact, get in touch, drop a line{%endblock%} + +{#============================================== +Fill in the Title And Dateline Blocks +================================================#} + +{%block title %} +Contact Me +{%endblock%} + + +{% block dateline %} +Share your thoughts, ask a question, etc +{% endblock%} + + +{#============================================== + Primary Content +================================================#} + + +{%block primary%} +
+
+
+{% for field in form %} +
{{ field.label_tag }}
+
{{ field }}
+ {% if field.help_text %}
{{ field.help_text }}
{% endif %} + {% if field.errors %}
{{ field.errors }}
{% endif %} +{% endfor %} +
+ +
+
+{%endblock%} + + +{#============================================== + Secondary Content +================================================#} + +{% block right %} +

Thanks for visting luxagraf

+

+ If you've got a question, comment, or thought you'd like to share, I'd love to hear it. But keep in mind that I'm not the best correspondent, however, rest assured that I do read every email I get even if I don't always respond in a timely fashion. +

+{%endblock%} + + +{#============================================== +This page shows Photos in the bottom left column +so we need to override the books block +==============================================#} + +{% block books %} +{% endblock %} + + + + +{% block photos %} + + +{% endblock %} \ No newline at end of file -- cgit v1.2.3-70-g09d2