parent
98bfc585c3
commit
71f4a7da49
|
|
@ -1,5 +1,6 @@
|
|||
{% extends 'base.html' %} {% block title %}Kalendarz | pdlzbs{% endblock %} {%
|
||||
load static tailwind_tags tablepipe %} {% block content %}
|
||||
{% extends 'base.html' %} {% block title %}Kalendarz | pdlzbs{% endblock %}
|
||||
<!---->
|
||||
{% load static tailwind_tags tablepipe %} {% block content %}
|
||||
<div class="flex flex-col items-center gap-4">
|
||||
{% for calendar in calendars %}
|
||||
<article class="w-full pb-4">
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
rel="noreferrer noopener"
|
||||
class="button {% if forloop.counter0|divisibleby:2 %} pink color {% else %} rose color {% endif %}"
|
||||
>
|
||||
Wyniki III ligi DMP {{ score.year }}-{{ score.year | add:"1" }}
|
||||
Wyniki {{score.rank}} ligi DMP {{score.year}}-{{score.year|add:"1"}}
|
||||
</a>
|
||||
</li>
|
||||
{% empty %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue