remplaced markdown2 by markdown module
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
<h5 class="text-center">PAGES RECENTES - CÁC BÀI MỚI</h5>
|
||||
|
||||
<table id="users_list" class="table table-condensed">
|
||||
{% for entry in last_five %}
|
||||
{% for entry in last_ten %}
|
||||
<tr>
|
||||
<td>{{ entry.created.strftime("%d.%m.%Y") }}</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user