{% extends 'core/base.html' %} {% load static %} {% block title %}Contact{% endblock %} {% block content %} Tell us your doubts Contact {% if 'ok' in request.GET %} Your message has been sent correctly, we will contact you shortly. {% endif %} {% if 'fail' in request.GET %} Something went wrong, please try again. {% endif %} {% csrf_token %} Name * {{form.name}} {{form.name.errors}} Email * {{form.email}} {{form.name.errors}} Message * {{form.content}} {{form.name.errors}} {% endblock %}
Your message has been sent correctly, we will contact you shortly.
Something went wrong, please try again.