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 %}
|
||||
|
||||
|
Reference in New Issue
Block a user