add date to uploads
This commit is contained in:
@@ -13,12 +13,12 @@
|
||||
|
||||
{% if series_list %}
|
||||
<ul id="series-list">
|
||||
{% for series, n, tags in series_list %}
|
||||
{% for series, n, tags, date in series_list %}
|
||||
<li _="
|
||||
on click toggle .selected on me
|
||||
then set i to the first <input/> in me
|
||||
then set i.checked to not i.checked" >
|
||||
{{series}} [{{n}} images] <br/>
|
||||
{{date}}: {{series}} [{{n}} images] <br/>
|
||||
{{tags}}
|
||||
<input class="hidden" type="checkbox" name="selection" value="{{ series }}">
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user