{% extends "newbase.html" %} {% block title %}Contact Us{% endblock title %} {% block main %}

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.

    • BitBucket Issue list (click here to go report an issue or request a feature)

  • Facebook Group

    We run a facebook group where you can post questions and report problems, especially if you think the wider user community benefits from the answers.

    • https://www.facebook.com/groups/rowsandall/
  • Twitter

    You can also check me on Twitter:

    • https://twitter.com/rowsandall
    When the site is down, this is the appropriate channel to look for apologies, updates, and offer help.

  • Rowsandall s.r.o.

    Rowsandall s.r.o.
    Nové sady 988/2
    602 00 Brno
    Czech Republic
    IČ: 070 48 572
    DIČ: CZ 070 48 572 (Nejsme plátce DPH)
    Datová schránka: 7897syr
    Email: info@rowsandall.com
    The company is registered in the business register at the Regional Court in Brno (Společnost je zapsána v obchodním rejstříku vedeném u Krajského soudu v Brně, oddíl C, vložka 105845)

{% endblock %} {% block sidebar %} {% include 'menu_help.html' %} {% endblock %}