Browse Source

fixing bugs for Python 3.8

funding-tag
Holger Frey 5 years ago
parent
commit
4341108982
  1. 2
      ordr3/services.py

2
ordr3/services.py

@ -12,7 +12,7 @@ CONSUMABLE_STATI = {models.OrderStatus.ORDERED, models.OrderStatus.COMPLETED} @@ -12,7 +12,7 @@ CONSUMABLE_STATI = {models.OrderStatus.ORDERED, models.OrderStatus.COMPLETED}
MSG_SHORT_PASSWORD = events.FlashMessage.warning(
f"Your password is quite short.",
"Your password is quite short.",
(
'Have a look at <a href="https://www.xkcd.com/936/">'
"this comic strip</a> why longer passwords are better."

Loading…
Cancel
Save