title trop long

This commit is contained in:
Jonas Legion 2021-12-08 16:45:31 +04:00
parent dfcf6abad5
commit df1907d65c
2 changed files with 30 additions and 29 deletions

View File

@ -11,14 +11,14 @@
<br/>
<div class="row align-items-center">
{# <img src="assets/img/path3.png" class="path path1">#}
{# <img src="assets/img/path3.png" class="path path1">#}
{% for event in events %}
{% if forloop.counter0|divisibleby:"4" %}
<div class="col-lg-6">
{% else %}
<div class="col-lg-3">
{% endif %}
<a href="{% url 'show_event' event.slug %}" >
<a href="{% url 'show_event' event.slug %}">
<div class="card card-blog card-background" data-animation="zooming">
<div class="full-background"
style="background-image: url('{{ MEDIA_PREFIX }}{{ event.img.fhd }}')"></div>
@ -58,3 +58,4 @@
</div>
</div>

View File

@ -8,7 +8,7 @@
<div class="navbar-translate">
<a class="navbar-brand" href="/#" rel="tooltip"
data-placement="bottom">
<span>{{ configuration.organisation }}</span> TiBillet
<span>{{ configuration.organisation }}</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation"
aria-controls="navigation-index" aria-expanded="false" aria-label="Toggle navigation">