]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/about.html
deleting the test file
[osqa.git] / forum / skins / default / templates / about.html
1 {% extends "base_content.html" %}
2 <!-- template about.html -->
3 {% load i18n %}
4 {% load extra_tags %}
5 {% load humanize %}
6 {% block title %}{% spaceless %}{% trans "About" %}{% endspaceless %}{% endblock %}
7 {% block forejs %}
8 {% endblock %}
9 {% block content %}
10 <div class="headNormal">
11 {% trans "About" %}
12 </div>
13
14 <div class="content">
15     <p class="strong">Please customize file templates/about.html</p>
16
17     <p>Here you can <strong>ask</strong> and <strong>answer</strong> questions, <strong>comment</strong>
18     and <strong>vote</strong> for the questions of others and their answers. Both questions and answers
19     <strong>can be revised</strong> and improved. Questions can be <strong>tagged</strong> with
20     the relevant keywords to simplify future access and organize the accumulated material.
21     </p>
22
23     <p>This <span class="orange">Q&amp;A</span> site is moderated by its members, hopefully - including yourself!
24     Moderation rights are gradually assigned to the site users based on the accumulated <strong>"reputation"</strong>
25     points. These points are added to the users account when others vote for his/her questions or answers.
26     These points (very) roughly reflect the level of trust of the community.
27     </p>
28     <p>No points are necessary to ask or answer the questions - so please -
29     <strong><a href="{% url auth_signin %}">join us!</a></strong>
30     </p>
31     <p>
32             If you would like to find out more about this site - please see <strong><a href="{% url faq %}">frequently asked questions</a></strong>.
33     </p>
34 </div>
35 {% endblock %}
36 <!-- end template about.html -->