This commit is contained in:
SG
2025-06-30 20:57:01 +03:00
parent 162b45809b
commit 808aab3609
2 changed files with 5 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
{% block content %}
<div class="container mt-4 mb-5">
{% if content_item.image_file %}
<img src="{{ parent_path }}static/images/{{ content_item.image_file }}" alt = "content_item.image_file" class="img-fluid mb-5 rounded w-100 h-auto">
<img src="{{ parent_path }}static/images/{{ content_item.image_file }}" alt="{{ content_item.image_file }}" class="img-fluid mb-5 rounded w-100 h-auto dotr">
{% endif %}
{% if not content_item.omit_second_title %}
<h1>{{ content_item.title }}</h1>