From 0c5f80185435dac7c0295fe52e84478d7d6deb10 Mon Sep 17 00:00:00 2001 From: mahmamdouh Date: Sun, 28 Dec 2025 06:05:27 +0100 Subject: [PATCH] fix log in issue --- app/templates/admin/dashboard.html | 53 ++++++++++++++------------- app/templates/jobs/submit_review.html | 22 ++++++----- 2 files changed, 40 insertions(+), 35 deletions(-) diff --git a/app/templates/admin/dashboard.html b/app/templates/admin/dashboard.html index 5600043..a0025e3 100644 --- a/app/templates/admin/dashboard.html +++ b/app/templates/admin/dashboard.html @@ -8,7 +8,7 @@

User Management

- + @@ -31,12 +31,15 @@ User {% endif %} - + @@ -92,25 +95,25 @@ -{% endblock %} +{% endblock %} \ No newline at end of file diff --git a/app/templates/jobs/submit_review.html b/app/templates/jobs/submit_review.html index dc149a4..8d8281e 100644 --- a/app/templates/jobs/submit_review.html +++ b/app/templates/jobs/submit_review.html @@ -5,7 +5,7 @@ {% block content %}

Review & Submit

- +
@@ -20,8 +20,9 @@
Review
- -
+ +
Branch:
{{ branch_name }}
@@ -38,20 +39,21 @@
- +
- - - + + + - +
- +
-{% endblock %} +{% endblock %} \ No newline at end of file
{{ user.created_at.strftime('%Y-%m-%d %H:%M') }}{{ user.created_at.strftime('%Y-%m-%d %H:%M') if user.created_at else 'N/A' }} - + {% if user.id != current_user.id %} -
- + +
{% endif %}