code quality

This commit is contained in:
bkfox
2023-03-13 17:47:00 +01:00
parent 934817da8a
commit 112770eddf
162 changed files with 4798 additions and 4069 deletions

View File

@ -4,4 +4,3 @@
<input type="datetime-local" value="choice.value" />
{% endwith %}
{% endblock %}

View File

@ -1,4 +1,3 @@
{% load i18n %}
<h3>{% blocktranslate with filter_title=title %} By {{ filter_title }} {% endblocktranslate %}</h3>
{% block content %}{% endblock %}

View File

@ -42,4 +42,3 @@
{% endif %}
</div>
{% endblock %}

View File

@ -17,5 +17,3 @@
</div>
{% endblock %}
{% endif %}

View File

@ -80,5 +80,3 @@
</div>
{% endblock %}

View File

@ -36,7 +36,7 @@
elm.setAttribute('v-pre', true)
}
}
window.addEventListener('load', function() {
{% block init-scripts %}
aircox.init(null, {

View File

@ -6,5 +6,3 @@
<img src="{% static "aircox/logo.png" %}"/>
</a>
{% endblock %}

View File

@ -3,4 +3,3 @@
{% block content %}
<div v-pre>{{ block.super }}</div>
{% endblock %}

View File

@ -92,4 +92,3 @@
</div>
</div>
{% endblock %}

View File

@ -28,4 +28,3 @@
</section>
{% endif %}
{% endblock %}

View File

@ -164,5 +164,3 @@ Usefull context:
<div id="player">{% include "aircox/widgets/player.html" %}</div>
</body>
</html>

View File

@ -6,4 +6,3 @@
&mdash;
{{ station.name }}
{% endblock %}

View File

@ -84,4 +84,3 @@
{% endif %}
{% endblock %}

View File

@ -27,4 +27,3 @@
</section>
{% endwith %}
{% endblock %}

View File

@ -78,5 +78,3 @@
</section>
{{ block.super }}
{% endblock %}

View File

@ -15,4 +15,3 @@
</div>
</div>
{% endblock %}

View File

@ -83,5 +83,3 @@
{% endwith %}
</section>
{% endblock %}

View File

@ -27,4 +27,3 @@
{% include "aircox/widgets/log_list.html" %}
</section>
{% endblock %}

View File

@ -88,6 +88,3 @@ Context:
{% endblock %}
{% endblock %}

View File

@ -60,4 +60,3 @@
</form>
{% endif %}
{% endblock %}

View File

@ -65,4 +65,3 @@
</section>
{{ block.super }}
{% endblock %}

View File

@ -4,5 +4,3 @@
{% blocktranslate %}Recently on {{ program }}{% endblocktranslate %}
{% endwith %}
{% endblock %}

View File

@ -69,5 +69,3 @@ Context variables:
{% block actions %}{% endblock %}
</article>
{% endif %}

View File

@ -44,5 +44,3 @@ An empty date results to a title or a separator
</form>
</div>
</div>

View File

@ -8,4 +8,3 @@ Context:
{% include "aircox/widgets/episode_item.html" %}
{% endwith %}
{% endwith %}

View File

@ -19,4 +19,3 @@ Context:
</tr>
{% endfor %}
</table>

View File

@ -56,4 +56,3 @@ Context variables:
</button>
{% endif %}
{% endblock %}

View File

@ -20,4 +20,3 @@ for design review.
{% include "aircox/widgets/track_item.html" %}
{% endwith %}
{% endif %}

View File

@ -28,4 +28,3 @@ Context:
{% endfor %}
</table>
{% endwith %}

View File

@ -3,4 +3,3 @@
{% block card_title %}
{% block title %}{{ block.super }}{% endblock %}
{% endblock %}

View File

@ -24,5 +24,3 @@ Context:
</ul>
</nav>
{% endif %}

View File

@ -46,4 +46,3 @@ The audio player
</template>
</a-player>
</div>

View File

@ -15,4 +15,3 @@ List item for a podcast.
:actions="['play']">
</a-sound-item>
</div>

View File

@ -11,4 +11,3 @@ Context:
&mdash; {{ object.artist }}
{% if object.info %}(<i>{{ object.info }}</i>){% endif %}
</span>