diff options
Diffstat (limited to 'templates/contact_form/contact_form.html')
-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> |