diff --git a/templates/joblog.html b/templates/joblog.html index 783cd73..4fd4bbd 100644 --- a/templates/joblog.html +++ b/templates/joblog.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block main_content %} -
+

{{page_title}}

@@ -26,7 +26,7 @@
{% if job.state != "Complete" %} - + {% else %} {% endif %} diff --git a/templates/jobs.html b/templates/jobs.html index 0bbad98..3969c3f 100644 --- a/templates/jobs.html +++ b/templates/jobs.html @@ -8,7 +8,7 @@ {% for job in jobs %} {% if job.state == "Failed" %} - row='Job #{{job.id}} - {{job.name}}' + row='Job #{{job.id}} - {{job.name}}' {% else %} row='Job #{{job.id}} - {{job.name}}' {% endif %}