Added paperwork generation date, user & versioning

This commit is contained in:
David Taylor
2015-07-29 22:06:44 +01:00
parent dd9dea840a
commit 22879898e4
4 changed files with 16 additions and 1 deletions

View File

@@ -104,7 +104,8 @@ class EventPrint(generic.View):
'bold': 'RIGS/static/fonts/OPENSANS-BOLD.TTF',
}
},
'copy':copy
'copy':copy,
'current_user':request.user,
})
# context['copy'] = copy # this is the way to do it once we upgrade to Django 1.8.3