##// END OF EJS Templates
Use posts-table style for non-post tables
neko259 -
r1747:54294e9e default
parent child Browse files
Show More
@@ -8,7 +8,7 b''
8 {% endblock %}
8 {% endblock %}
9
9
10 {% block content %}
10 {% block content %}
11 <div class="post">
11 <div id="posts-table">
12 <p><img src="{% static 'favicon.png' %}" width="200" /></p>
12 <p><img src="{% static 'favicon.png' %}" width="200" /></p>
13 <h2>{% trans 'Statistics' %}</h2>
13 <h2>{% trans 'Statistics' %}</h2>
14 <p>{% trans 'Size of media:' %} {{ media_size|filesizeformat }}.
14 <p>{% trans 'Size of media:' %} {{ media_size|filesizeformat }}.
@@ -9,7 +9,7 b''
9 {% endblock %}
9 {% endblock %}
10
10
11 {% block content %}
11 {% block content %}
12 <div class="post">
12 <div id="posts-table">
13 <p>
13 <p>
14 {% if moderator %}
14 {% if moderator %}
15 {% trans 'You are moderator.' %}
15 {% trans 'You are moderator.' %}
General Comments 0
You need to be logged in to leave comments. Login now