Revision 9d889386 snf-astakos-app/astakos/im/templates/im/feedback.html

b/snf-astakos-app/astakos/im/templates/im/feedback.html
1 1
{% extends "im/account_base.html" %}
2
{% load astakos_tags i18n %}
3

  
4
{% block page.title %}Contact{% endblock %}
2 5

  
3 6
{% block body %}
4
<h2>CONTACT US </h2>
5
<p>If you would like to contact us for any reason, please feel free to 
7

  
8
<h2>{% trans "CONTACT US" %} </h2>
9
<p>
10
If you would like to contact us for any reason, please feel free to 
6 11
write <br>your message in the following form. Feedback and suggestions are<br>
7
also highly appreciated. </p>
12
also highly appreciated.</p>
8 13
<form action="{% url feedback %}" method="post"
9 14
    class="withlabels">{% csrf_token %}
10 15
    

Also available in: Unified diff