From fc5ad68e62bd2b82450cdbdd3c83f8c1e94feed2 Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Tue, 4 Dec 2012 15:50:42 -0500 Subject: Add contact form --- templates/contact/form.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 templates/contact/form.html (limited to 'templates/contact/form.html') diff --git a/templates/contact/form.html b/templates/contact/form.html new file mode 100644 index 0000000..7ada5e0 --- /dev/null +++ b/templates/contact/form.html @@ -0,0 +1,17 @@ + + + + + + Contact Us + + + +

Contact Us

+
+ {% csrf_token %} + {{ form.as_p }} + +
+ + -- cgit v1.2.3