Skip to content
Snippets Groups Projects
Commit d0af9ad9 authored by sascha's avatar sascha
Browse files

WIP

parent 3c0e4ed4
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,8 @@ class TodoEntry(BaseTaggableObjectModel):
objects = TodoEntryManager()
timeline_template = 'cosinnus_todo/v2/timeline_item.html'
class Meta(BaseTaggableObjectModel.Meta):
ordering = ['is_completed', '-completed_date', '-priority', '-due_date']
verbose_name = _('Todo')
......
{% load i18n cosinnus_tags %}
<div class="timeline-item timeline-item-todo">
Timeline Item: Todo.
<br/>
{{ item.title }}
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment