Cloned DMOJ
This commit is contained in:
parent
f623974b58
commit
49dc9ff10c
513 changed files with 132349 additions and 39 deletions
18
templates/stats/base.html
Normal file
18
templates/stats/base.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block js_media %}
|
||||
{% compress js %}
|
||||
{% include "stats/media-js.html" %}
|
||||
{% endcompress %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content_title %}{{ _('Statistics') }}{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<div class="tabs">
|
||||
<li{% if tab == 'language' %} class="active"{% endif %}>
|
||||
<a href="{{ url('language_stats') }}">{{ _('Language') }}</a>
|
||||
</li>
|
||||
</div>
|
||||
{% block chart_body %}{% endblock %}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue