diff --git a/templates/users.html b/templates/users.html index 929eb74..acf6185 100644 --- a/templates/users.html +++ b/templates/users.html @@ -61,7 +61,7 @@ class="appearance-none bg-transparent border-none w-full text-gray-700 mr-3 py-1 px-2 leading-tight focus:outline-none" type="text" placeholder="Jane Doe" aria-label="Full name" name="name" required> diff --git a/templates/users_and_workouts.html b/templates/users_and_workouts.html index 563d908..9773c34 100644 --- a/templates/users_and_workouts.html +++ b/templates/users_and_workouts.html @@ -15,7 +15,7 @@
-
+
-

Users

+
{% with users=users %}