@@ 2,9 2,9 @@
{% block content %}
{% if bunk_tracks %}
- <div class="center">
- <h2>Oh no!</h2>
- <p>{% if audio_list == [] and video_list == [] %}All{% else %}Some{% endif %} tracks on this playlist failed to load.</p>
+ <div>
+ <h2 class="center">Oh no!</h2>
+ <p class="center">{% if audio_list == [] and video_list == [] %}All{% else %}Some{% endif %} tracks on this playlist failed to load.</p>
<p>Please check the MousikóFídi application logs for more information, or verify that {% if bunk_tracks|count > 1 %}these file paths are{% else %}this file path is{% endif %} correct and readable:</p>
{% if bunk_tracks|count == 1 %}<pre><code>{{ bunk_tracks[0] }}</code></pre>{% else %}<pre><code>{% for t in bunk_tracks %}{{ t }}
{% endfor %}</code></pre>{% endif %}