diff options
Diffstat (limited to 'bn_django/templates/newknowldge_table')
-rw-r--r-- | bn_django/templates/newknowldge_table | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/bn_django/templates/newknowldge_table b/bn_django/templates/newknowldge_table deleted file mode 100644 index 686a12f..0000000 --- a/bn_django/templates/newknowldge_table +++ /dev/null @@ -1,13 +0,0 @@ -{% if latest_knowledge %} -<table class="listing"> -{% for l in latest_knowledge %} -<tr> - <td class="date"> - {{ l.date }}</td> - <td class="description"> - <a href="/k/commit/{{ l.hash }}/" class="description"> - {{ l.description|truncatewords:6 }}</a></td> - </tr> -{% endfor %} -</table> -{% else %}No shortlog!{% endif %} |