{% 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 %}
{{form.name}}
{{form.name.errors}}
{{form.email}}
{{form.name.errors}}
{{form.content}}
{{form.name.errors}}
{% endblock %}