X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/a9eef437702d5df7a2f97010e6798c689371808c..07fe485fb0a119fb87f8ec948185b5acdd65300e:/forum/skins/default/templates/about.html diff --git a/forum/skins/default/templates/about.html b/forum/skins/default/templates/about.html index e463ac4..f591d1a 100644 --- a/forum/skins/default/templates/about.html +++ b/forum/skins/default/templates/about.html @@ -1,36 +1,15 @@ {% extends "base_content.html" %} {% load i18n %} -{% load extra_tags %} -{% load humanize %} +{% load markup %} {% block title %}{% spaceless %}{% trans "About" %}{% endspaceless %}{% endblock %} -{% block forejs %} -{% endblock %} + {% block content %}
{% trans "About" %}
-
-

Please customize file templates/about.html

- -

Here you can ask and answer questions, comment - and vote for the questions of others and their answers. Both questions and answers - can be revised and improved. Questions can be tagged with - the relevant keywords to simplify future access and organize the accumulated material. -

- -

This Q&A site is moderated by its members, hopefully - including yourself! - Moderation rights are gradually assigned to the site users based on the accumulated "reputation" - points. These points are added to the users account when others vote for his/her questions or answers. - These points (very) roughly reflect the level of trust of the community. -

-

No points are necessary to ask or answer the questions - so please - - join us! -

-

- If you would like to find out more about this site - please see frequently asked questions. -

+{{ text|markdown }}
{% endblock %}