django-appointment
django-appointment copied to clipboard
appointment.views: some improvements
- the
staff_member
of the form mandatorily exist (the form guarantees it through itis_valid
method), so the wholeif not
block can be removed - a
None
variable and an empty string are both falsy in Python, you can check for both in the same time with justif xxx