delettion
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<lists>
|
||||
<ul>
|
||||
{% for h in v.lists %}
|
||||
<li><a href="{{h.url}}" target="_blank">{{h.subject}}</a> -- <i>{{h.author_name}}</i></li>
|
||||
<li data-tag="{{v.tag}}" data-url="{{h.url}}"><a href="{{h.url}}" target="_blank">{{h.subject}}</a> -- <i>{{h.author_name}}</i> <button class="del">del</button></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</lists>
|
||||
|
||||
Reference in New Issue
Block a user