add modal base and make the share button work

This commit is contained in:
Laura Klünder 2017-12-05 16:47:56 +01:00
parent 81cbee99b4
commit f602072434
4 changed files with 131 additions and 7 deletions

View file

@ -98,7 +98,7 @@ def qr_code(request, path):
version=1,
error_correction=qrcode.constants.ERROR_CORRECT_L,
box_size=10,
border=4,
border=2,
)
qr.add_data(data)
qr.make(fit=True)