]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/index.html
#OSQA-388, changing a bit the UI of the award points for an answer tool, adding text...
[osqa.git] / forum / skins / default / templates / index.html
index 29d0502191fb26c499504e1e59db496bfd86507f..94552e60490184e8a83b847fc40643cdb6a5ac1d 100644 (file)
@@ -6,19 +6,23 @@
 {% block fulltitle %}{{ settings.APP_TITLE }}{% endblock %}\r
 {% block sidebar %}\r
     {% if not request.user.is_authenticated %}\r
-    <div class="boxA">\r
-        <h3>{% trans "welcome to " %}{{ settings.APP_SHORT_NAME }}</h3>\r
-        <div class="body">\r
-          {{ settings.APP_INTRO|safe }}\r
-          <div class="more"><a href="{% url about %}">{% trans "about" %} </a></div>\r
-          <div class="more"><a href="{% url faq %}">{% trans "faq" %} </a></div>\r
-        </div>\r
-    </div>\r
+        {% if settings.SHOW_WELCOME_BOX %}\r
+            <div class="boxA">\r
+                <h3>{% trans "welcome to " %}{{ settings.APP_SHORT_NAME }}</h3>\r
+                <div class="body">\r
+                  {{ settings.APP_INTRO|safe }}\r
+                  <div class="more"><a href="{% url about %}">{% trans "about" %} </a></div>\r
+                  <div class="more"><a href="{% url faq %}">{% trans "faq" %} </a></div>\r
+                </div>\r
+            </div>\r
+        {% endif %}\r
     {% endif %}\r
-    {% question_list_count %}\r
+    {% include "question_list/count.html" %}\r
+    {% sidebar_upper %}\r
     {% if request.user.is_authenticated %}\r
         {% tag_selector %}\r
     {% endif %}\r
+    {% sidebar_lower %}\r
     {% recent_tags %}\r
     {% recent_awards %}\r
 {% endblock %}\r