Reformat html files
This commit is contained in:
parent
9a208ca108
commit
52f1e77fe1
205 changed files with 11096 additions and 11086 deletions
|
@ -1,23 +1,23 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block js_media %}
|
||||
{% include "status/media-js.html" %}
|
||||
{% include "status/media-js.html" %}
|
||||
{% endblock %}
|
||||
|
||||
{% block media %}
|
||||
{% include "status/media-css.html" %}
|
||||
{% block content_media %}{% endblock %}
|
||||
{% include "status/media-css.html" %}
|
||||
{% block content_media %}{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
{% block title_ruler %}{% endblock %}
|
||||
|
||||
{% block title_row %}
|
||||
{% set tab = 'judges' %}
|
||||
{% include "status/status-tabs.html" %}
|
||||
{% set tab = 'judges' %}
|
||||
{% include "status/status-tabs.html" %}
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<table id="judge-status" class="table">
|
||||
{% include "status/judge-status-table.html" %}
|
||||
</table>
|
||||
<table id="judge-status" class="table">
|
||||
{% include "status/judge-status-table.html" %}
|
||||
</table>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue