Change lang stat page

This commit is contained in:
cuom1999 2022-09-22 17:33:14 -05:00
parent fa8c683439
commit fe5e7198ee
5 changed files with 90 additions and 112 deletions

5
templates/stats/tab.html Normal file
View file

@ -0,0 +1,5 @@
{% extends "tabs-base.html" %}
{% block tabs %}
{{ make_tab('language', 'fa-list', url('language_stats'), _('Language')) }}
{% endblock %}