comment out sort select and script tag
This commit is contained in:
parent
125fba583e
commit
6ba276afd0
1 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
{% block main %}
|
||||
|
||||
<div class="films">
|
||||
<!--
|
||||
<div>
|
||||
<strong>Sort:</strong>
|
||||
<select id="sort-select">
|
||||
|
@ -14,6 +15,7 @@
|
|||
<option value="lightness">Lightness</option>
|
||||
</select>
|
||||
</div>
|
||||
-->
|
||||
<div id="films-list">
|
||||
{% for film in films %}
|
||||
<div class="film"
|
||||
|
@ -40,5 +42,5 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block end %}
|
||||
<script src="{% static 'js/films.js' %}"></script>
|
||||
<!-- <script src="{% static 'js/films.js' %}"></script> -->
|
||||
{% endblock %}
|
Loading…
Reference in a new issue