forked from rc/aircox
code quality
This commit is contained in:
@ -4,4 +4,3 @@
|
||||
<input type="datetime-local" value="choice.value" />
|
||||
{% endwith %}
|
||||
{% endblock %}
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
{% load i18n %}
|
||||
<h3>{% blocktranslate with filter_title=title %} By {{ filter_title }} {% endblocktranslate %}</h3>
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
|
@ -42,4 +42,3 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
|
@ -17,5 +17,3 @@
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
@ -80,5 +80,3 @@
|
||||
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
||||
elm.setAttribute('v-pre', true)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
window.addEventListener('load', function() {
|
||||
{% block init-scripts %}
|
||||
aircox.init(null, {
|
||||
|
@ -6,5 +6,3 @@
|
||||
<img src="{% static "aircox/logo.png" %}"/>
|
||||
</a>
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
@ -3,4 +3,3 @@
|
||||
{% block content %}
|
||||
<div v-pre>{{ block.super }}</div>
|
||||
{% endblock %}
|
||||
|
||||
|
@ -92,4 +92,3 @@
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
|
@ -28,4 +28,3 @@
|
||||
</section>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
|
@ -164,5 +164,3 @@ Usefull context:
|
||||
<div id="player">{% include "aircox/widgets/player.html" %}</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
@ -6,4 +6,3 @@
|
||||
—
|
||||
{{ station.name }}
|
||||
{% endblock %}
|
||||
|
||||
|
@ -84,4 +84,3 @@
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
|
@ -27,4 +27,3 @@
|
||||
</section>
|
||||
{% endwith %}
|
||||
{% endblock %}
|
||||
|
||||
|
@ -78,5 +78,3 @@
|
||||
</section>
|
||||
{{ block.super }}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
@ -15,4 +15,3 @@
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
|
@ -83,5 +83,3 @@
|
||||
{% endwith %}
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
@ -27,4 +27,3 @@
|
||||
{% include "aircox/widgets/log_list.html" %}
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
||||
|
@ -88,6 +88,3 @@ Context:
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
||||
|
@ -60,4 +60,3 @@
|
||||
</form>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
|
@ -65,4 +65,3 @@
|
||||
</section>
|
||||
{{ block.super }}
|
||||
{% endblock %}
|
||||
|
||||
|
@ -4,5 +4,3 @@
|
||||
{% blocktranslate %}Recently on {{ program }}{% endblocktranslate %}
|
||||
{% endwith %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
@ -69,5 +69,3 @@ Context variables:
|
||||
{% block actions %}{% endblock %}
|
||||
</article>
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
@ -44,5 +44,3 @@ An empty date results to a title or a separator
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -8,4 +8,3 @@ Context:
|
||||
{% include "aircox/widgets/episode_item.html" %}
|
||||
{% endwith %}
|
||||
{% endwith %}
|
||||
|
||||
|
@ -19,4 +19,3 @@ Context:
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
||||
|
@ -56,4 +56,3 @@ Context variables:
|
||||
</button>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
|
@ -20,4 +20,3 @@ for design review.
|
||||
{% include "aircox/widgets/track_item.html" %}
|
||||
{% endwith %}
|
||||
{% endif %}
|
||||
|
||||
|
@ -28,4 +28,3 @@ Context:
|
||||
{% endfor %}
|
||||
</table>
|
||||
{% endwith %}
|
||||
|
||||
|
@ -3,4 +3,3 @@
|
||||
{% block card_title %}
|
||||
{% block title %}{{ block.super }}{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
|
@ -24,5 +24,3 @@ Context:
|
||||
</ul>
|
||||
</nav>
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
@ -46,4 +46,3 @@ The audio player
|
||||
</template>
|
||||
</a-player>
|
||||
</div>
|
||||
|
||||
|
@ -15,4 +15,3 @@ List item for a podcast.
|
||||
:actions="['play']">
|
||||
</a-sound-item>
|
||||
</div>
|
||||
|
||||
|
@ -11,4 +11,3 @@ Context:
|
||||
— {{ object.artist }}
|
||||
{% if object.info %}(<i>{{ object.info }}</i>){% endif %}
|
||||
</span>
|
||||
|
||||
|
Reference in New Issue
Block a user