Added pre-commit linter, lint

This commit is contained in:
Ojakoo
2022-07-04 10:33:38 +03:00
parent 7319c32d73
commit fac2f9b367
23 changed files with 184 additions and 64 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
{% for challenge in challenges %}
<div class="card">
<h4 class="card-header">{{ challenge.challenger }} vs. {{ challenge.victim }}</h4>
<h4 class="card-header">{{ challenge.challenger }} vs. {{ challenge.victim }}</h4>
<div class="card-block">
<h5 class="card-subtitle mb-2">{{ challenge.get_series_display }}</h5>
<p class="card-text">{{ challenge.message|linebreaks|urlize }}</p>