{% extends "base.html" %} {% block title %}Contact Us{% endblock title %} {% block content %}

Contact us through email

{% if form.errors %}

Please correct the error{{ form.errors|pluralize }} below.

{% endif %}
{% csrf_token %}
Do you want to send me an email?

Bug reporting, feature requests

Bug reports and feature requests can be done through our BitBucket page. Please check on the following link if your bug or issue is a known one. Feel free to file any feature request.

Twitter

You can also check me on Twitter:

When the site is down, this is the appropriate channel to look for apologies, updates, and offer help.

{% endblock content %}