Skip to content

Commit 356ffbb

Browse files
committed
chore: run pre-commit on all files
1 parent d8323fe commit 356ffbb

File tree

108 files changed

+314
-278
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+314
-278
lines changed

bullet/bullet_admin/templates/bullet_admin/archive/import.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{% block title %}
44
Import problems
55
{% endblock title %}
6+
67
{% block content %}
78
<div class="p-8 mx-auto max-w-3xl">
89
{% aheader show_subtitle=True %}

bullet/bullet_admin/templates/bullet_admin/competition/automove.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{% extends "bullet_admin/generic/form.html" %}
2+
23
{% block before_form %}
34
<p>
45
This action will move all eligible teams from the waiting list based on current registration rules for all venues.

bullet/bullet_admin/templates/bullet_admin/competition/confirm.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{% block title %}
44
{{ form_title }}
55
{% endblock title %}
6+
67
{% block content %}
78
<div class="p-8 mx-auto max-w-3xl">
89
{% aheader show_subtitle=True %}

bullet/bullet_admin/templates/bullet_admin/competition/form.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{% block title %}
44
{{ form_title }}
55
{% endblock title %}
6+
67
{% block content %}
78
<div class="p-8 mx-auto max-w-3xl">
89
{% aheader %}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{% extends "bullet_admin/generic/form.html" %}
2+
23
{% block before_form %}
34
<p class="mb-4">Current uploaded tearoff files: {{ available_langs|join:", " }}</p>
45
{% endblock before_form %}

bullet/bullet_admin/templates/bullet_admin/competition_switch.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{% extends "bullet_admin/base.html" %}
2+
23
{% block title %}
34
Change competition
45
{% endblock title %}
6+
57
{% block content %}
68
<article class="m-8 border rounded-md bg-white shadow-lg overflow-hidden">
79
<header class="px-4 py-3 bg-slate-100 border-b flex justify-between items-baseline flex items-center">

bullet/bullet_admin/templates/bullet_admin/content/contentblock_form.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
{% endif %}
99
translation
1010
{% endblock title %}
11+
1112
{% block content %}
1213
<article class="m-8 border rounded-md bg-white shadow-lg overflow-hidden">
1314
<header class="px-4 py-3 bg-slate-100 border-b">

bullet/bullet_admin/templates/bullet_admin/content/contentblock_list.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{% extends "bullet_admin/base.html" %}
2+
23
{% block title %}
34
Block list
45
{% endblock title %}
6+
57
{% block content %}
68
<article class="m-8 border rounded-md bg-white shadow-lg overflow-hidden">
79
<header class="px-4 py-3 bg-slate-100 border-b flex justify-between items-baseline">

bullet/bullet_admin/templates/bullet_admin/content/contentblock_trans.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{% block title %}
44
Block translation list
55
{% endblock title %}
6+
67
{% block content %}
78
<article class="m-8 border rounded-md bg-white shadow-lg overflow-hidden">
89
<header class="px-4 py-3 bg-slate-100 border-b flex justify-between items-baseline">

bullet/bullet_admin/templates/bullet_admin/content/menu_form.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{% extends "bullet_admin/base.html" %}
2-
{% load bform %}
3-
{% load static %}
2+
{% load bform static %}
43
{% block title %}
54
{% if create %}
65
Create
@@ -9,6 +8,7 @@
98
{% endif %}
109
menu item
1110
{% endblock title %}
11+
1212
{% block content %}
1313
<article class="m-8 border rounded-md bg-white shadow-lg overflow-hidden">
1414
<header class="px-4 py-3 bg-slate-100 border-b">

0 commit comments

Comments
 (0)