diff options
author | luxagraf <sng@luxagraf.net> | 2010-11-07 16:20:58 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2010-11-07 16:20:58 -0500 |
commit | e75aa2759bc9478d9608dab6761ec39b5012b1d7 (patch) | |
tree | 7c978b46b9708471c607564712a0cc9c07fd6c84 /templates | |
parent | 73ebbbe40330d212becffafdead3d6715c585b23 (diff) |
added new build module, plus updated settings file and contact template to redirect to live site for processing
Diffstat (limited to 'templates')
-rw-r--r-- | templates/contact_form/contact_form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/contact_form/contact_form.html b/templates/contact_form/contact_form.html index 0815ef4..4b20fc7 100644 --- a/templates/contact_form/contact_form.html +++ b/templates/contact_form/contact_form.html @@ -24,7 +24,7 @@ Contact Me <h1>Contact Me</h1> <div class="form-holder"> -<form method="post" action="" class="contact-form"> +<form method="post" action="http://live.luxagraf.net/contact/" class="contact-form"> <ul> {% for field in form %} <li> |