added views in pissing place
This commit is contained in:
parent
28b43caac5
commit
9950f2abcf
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ delete
|
|||
<li class="topic_list_element" draggable="true" ondragstart="drag(event)"
|
||||
id="list_elem_post_{{ post.id }}">
|
||||
<a href="{% url 'readpost' title=post.title %}">{{ post }}</a>
|
||||
<p>Views: {{ post.views }}</p>
|
||||
<a href="/admin/blog/blogpost/{{ post.id }}/delete">
|
||||
<button class="btn waves-effect waves-light btn-danger">
|
||||
<span class="material-icons">delete</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue