diff options
Diffstat (limited to 'templates/contact_form/contact_form.html')
-rw-r--r-- | templates/contact_form/contact_form.html | 42 |
1 files changed, 2 insertions, 40 deletions
diff --git a/templates/contact_form/contact_form.html b/templates/contact_form/contact_form.html index 4864085..a59f5e8 100644 --- a/templates/contact_form/contact_form.html +++ b/templates/contact_form/contact_form.html @@ -1,4 +1,4 @@ -{% extends 'base.html' %} +{% extends 'base_single_col.html' %} {#============================================== Load up the various metadata add-ins @@ -17,15 +17,6 @@ Contact Me {%endblock%} -{% block dateline %} -Share your thoughts, ask a question, etc -{% endblock%} - - -{#============================================== - Primary Content -================================================#} - {%block primary%} <div class="form-holder"> @@ -41,33 +32,4 @@ Share your thoughts, ask a question, etc <input type="submit" class="button" value="Contact" /> </form> </div> -{%endblock%} - - -{#============================================== - Secondary Content -================================================#} - -{% block right %} -<h4>Thanks for visting luxagraf</h4> - <p class="graf"> - 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. - </p> -{%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 +{%endblock%}
\ No newline at end of file |