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.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 %} | @@ -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 %}