From a481b325a4822ed3fa98dd3929cc862581c781ed Mon Sep 17 00:00:00 2001 From: David Taylor Date: Sun, 9 Aug 2015 23:53:51 +0300 Subject: [PATCH] Added print button to form list --- rigForms/templates/rigForms/form_list.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/rigForms/templates/rigForms/form_list.html b/rigForms/templates/rigForms/form_list.html index 0ea11d7d..09297323 100644 --- a/rigForms/templates/rigForms/form_list.html +++ b/rigForms/templates/rigForms/form_list.html @@ -38,9 +38,14 @@ {{ object.schema.schema_type.name }} {{ object.last_edited_by }} at {{ object.last_edited_at }} - - - +
+ + + + + + +
{% endfor %}