Added missing html tag attribute closing.

This commit is contained in:
neviyn 2016-02-18 19:21:55 +00:00
parent 84de8f5780
commit 45d6e6f30d

View File

@ -11,7 +11,7 @@
</div> </div>
<form id="filter-form"> <form id="filter-form">
<div class="modal-body"> <div class="modal-body">
<label for=filter-input">Level</label><input type="text" pattern="\d[\d-,]*\d*" class="form-control" id="filter-input" placeholder="e.g. 1-3,5,8 (leave blank for all)"> <label for="filter-input">Level</label><input type="text" pattern="\d[\d-,]*\d*" class="form-control" id="filter-input" placeholder="e.g. 1-3,5,8 (leave blank for all)">
<br /> <br />
<p><strong>Progress</strong></p> <p><strong>Progress</strong></p>
{% for srs_tag in srs_levels %} {% for srs_tag in srs_levels %}