Reformat html files

This commit is contained in:
cuom1999 2023-01-27 17:11:10 -06:00
parent 9a208ca108
commit 52f1e77fe1
205 changed files with 11096 additions and 11086 deletions

View file

@ -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 %}