Revert last 3 commits

This commit is contained in:
cuom1999 2022-10-07 12:17:07 -05:00
parent 87e8f3d966
commit dfc12f81f2
20 changed files with 486 additions and 272 deletions

View file

@ -6,13 +6,10 @@
{% endcompress %}
{% endblock %}
{% block content_title %}{{ _('Statistics') }}{% endblock %}
{% block content_title %}{% endblock %}
{% block title_ruler %}{% endblock %}
{% block body %}
<div class="tabs">
<li{% if tab == 'language' %} class="active"{% endif %}>
<a href="{{ url('language_stats') }}">{{ _('Language') }}</a>
</li>
</div>
{% include "stats/tab.html" %}
{% block chart_body %}{% endblock %}
{% endblock %}