rating and comment system complete
This commit is contained in:
@@ -57,6 +57,8 @@
|
||||
<select name="sort" onchange="this.form.submit()">
|
||||
<option value="recent" {% if sort == 'recent' %}selected{% endif %}>Newest</option>
|
||||
<option value="downloads" {% if sort == 'downloads' %}selected{% endif %}>Most downloaded</option>
|
||||
<option value="most_liked" {% if sort == 'most_liked' %}selected{% endif %}>Most liked</option>
|
||||
<option value="most_voted" {% if sort == 'most_voted' %}selected{% endif %}>Most voted</option>
|
||||
<option value="name" {% if sort == 'name' %}selected{% endif %}>Name A-Z</option>
|
||||
</select>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user