add modal base and make the share button work
This commit is contained in:
parent
81cbee99b4
commit
f602072434
4 changed files with 131 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue