diff --git a/sourcing/templates/home.html b/sourcing/templates/home.html index 84f6952..81915ac 100644 --- a/sourcing/templates/home.html +++ b/sourcing/templates/home.html @@ -1,15 +1,26 @@ {% include "head.html" %}
item | +type | +user | +date | +
---|---|---|---|
{{ doc.title() }} | +{{ doc.type }} | +{{ doc.user.username }} | +{{ doc.created | datetime }} | +