X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=qcg%2Ftemplates%2Fqcg%2Fjob.html;h=4f44a3a794b28ad72b41d5eea186f21a4335427a;hb=368ebd66507c4d45cbc6e77cb3d45624172d0995;hp=114a3297062dd66e6ef345c4ac85f7bf9b75e2e4;hpb=f444808cc2683de32c625c641e636445db7262ae;p=qcg-portal.git diff --git a/qcg/templates/qcg/job.html b/qcg/templates/qcg/job.html index 114a329..4f44a3a 100644 --- a/qcg/templates/qcg/job.html +++ b/qcg/templates/qcg/job.html @@ -1,4 +1,4 @@ -{% extends 'qcg/base.html' %} +{% extends 'qcg/details_base.html' %} {% load qcg_utils %} {% block container %} @@ -7,6 +7,20 @@
  • {{ job.job_id }}
  • +
    + {% if not job.terminated %} +
    + {% csrf_token %} + +
    + {% elif not job.purged %} +
    + {% csrf_token %} + +
    + {% endif %} +
    +

    {% block title %}Job {{ job.job_id }}{% endblock %}

    @@ -55,7 +69,7 @@
    -
    {{ job.description }}
    + {% include 'qcg/job_description.html' %}