diff --git a/app/tenant/appointments/routes.py b/app/tenant/appointments/routes.py index f53b61b..1396cba 100644 --- a/app/tenant/appointments/routes.py +++ b/app/tenant/appointments/routes.py @@ -228,4 +228,4 @@ def _user_db_id(): uid_str = current_user.get_id() return int(uid_str.split(":")[1]) if uid_str and ":" in uid_str else None except Exception: - return None \ No newline at end of file + return None diff --git a/templates/tenant/appointments/index.html b/templates/tenant/appointments/index.html index e7ae811..d98a586 100644 --- a/templates/tenant/appointments/index.html +++ b/templates/tenant/appointments/index.html @@ -4,12 +4,12 @@

Appointments

- - + New
@@ -48,9 +48,4 @@
-{% endblock %} -{% block scripts %} - {% endblock %} \ No newline at end of file