X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=qcg%2Ftemplates%2Fqcg%2Ftask.html;h=a610ea62f215800d0273ddaf03b808fa1b118826;hb=9e5d054782024094df0e880f5d52e8106b1fd8cb;hp=1d83d66bb40b6a2541565830586c0ef68e0017e0;hpb=2698fc8f476233bcef6526cdcbc9fe37e57ca34d;p=qcg-portal.git diff --git a/qcg/templates/qcg/task.html b/qcg/templates/qcg/task.html index 1d83d66..a610ea6 100644 --- a/qcg/templates/qcg/task.html +++ b/qcg/templates/qcg/task.html @@ -1,8 +1,9 @@ -{% extends 'qcg/base.html' %} +{% extends 'qcg/details_base.html' %} {% load qcg_utils staticfiles %} {% block extra_js %} {% include 'filex/source.js.html' %} + {{ block.super }} {% endblock extra_js %} @@ -20,18 +25,18 @@ {% block container %}
{% if not task.terminated %} -
+ {% csrf_token %}
{% elif not task.purged %} -
+ {% csrf_token %}
@@ -45,7 +50,6 @@ @@ -106,14 +110,7 @@
-
{{ task.description|format_xml }}
-
- -
-

Wizualizacja wyników

- ... - ... - ... + {% include 'qcg/job_description.html' %}