X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/1a949f7c97dc2f34c135f5cdf088df2927d3d652..b97ddb66b6ffc6b7897ae6eb8b82409d66c89827:/forum/skins/default/templates/osqaadmin/index.html?ds=sidebyside diff --git a/forum/skins/default/templates/osqaadmin/index.html b/forum/skins/default/templates/osqaadmin/index.html index e9a8bf5..30c3f65 100644 --- a/forum/skins/default/templates/osqaadmin/index.html +++ b/forum/skins/default/templates/osqaadmin/index.html @@ -1,10 +1,7 @@ {% extends "osqaadmin/base.html" %} {% load i18n %} - -{% block adminjs %} - -{% endblock %} +{% load user_tags %} {% block subtitle %} {% trans "Dashboard" %} @@ -42,12 +39,12 @@ {% ifequal settings_pack "bootstrap" %} - {% trans "Your site is running in bootstrap mode, click the button bellow to revert to defaults." %}
+ {% trans "Your site is running in bootstrap mode, click the button below to revert to defaults." %}
{% else %} {% ifequal settings_pack "default" %} - {% trans "Your site is running in standard mode, click the button bellow to run in bootstrap mode." %}
+ {% trans "Your site is running in standard mode, click the button below to run in bootstrap mode." %}
{% else %} - {% trans "Your site is running with some customized settings, click the buttons bellow to run with defaults or in bootstrap mode" %} + {% trans "Your site is running with some customized settings, click the buttons below to run with defaults or in bootstrap mode" %} {% endifequal %} {% endifequal %} {% ifnotequal settings_pack "default" %} @@ -58,7 +55,15 @@ {% endifnotequal %} + + + "Bootstrap mode" relaxes the minimum required reputation to perform actions like voting and commenting. + This is useful to help new communities get started. + + +

{%trans "Recalculate scores and reputation" %}

+ @@ -66,12 +71,7 @@

{% trans "Recent activity" %}

{% for activity in recent_activity %} - - - + {% activity_item activity request.user %} {% endfor %}
- {{ activity.user.get_profile_link }} {{ activity.type_as_string }} {% trans "on" %} {{ activity.question.title }}
- {{ activity.active_at|date }}, {{ activity.active_at|time }} -