Fix template indentation

This commit is contained in:
2023-01-04 15:19:43 +01:00
parent 8ed92dc5f0
commit c152f43aa6
2 changed files with 27 additions and 25 deletions

View File

@@ -11,6 +11,7 @@
<small class="text-muted">Updated {{ rolling_stock.updated_time | date:"M d, Y H:i" }}</small>
{% endblock %}
{% block carousel %}
<div class="row">
<div id="carouselControls" class="carousel carousel-dark slide" data-bs-ride="carousel" data-bs-interval="10000">
<div class="carousel-inner">
{% for t in rolling_stock.image.all %}
@@ -34,6 +35,7 @@
</button>
{% endif %}
</div>
</div>
{% endblock %}
{% block cards %}
{% endblock %}