Merge branch 'master' into duplicate-event

This commit is contained in:
David Taylor
2015-08-27 23:59:50 +01:00
9 changed files with 57 additions and 28 deletions

View File

@@ -122,7 +122,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