X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=qcg%2Ftemplates%2Fqcg%2Fjob_templates.html;h=43c7846f309448b70c394522036b332019fc6909;hb=5d89371016f27ca592862971f0e4c56a32c497bd;hp=7bdeea185204af1649d23c08f92cbe12bf0f18cd;hpb=1e5f6a4eb788300f3c71f87a2702a23f670948b8;p=qcg-portal.git diff --git a/qcg/templates/qcg/job_templates.html b/qcg/templates/qcg/job_templates.html index 7bdeea1..43c7846 100644 --- a/qcg/templates/qcg/job_templates.html +++ b/qcg/templates/qcg/job_templates.html @@ -1,5 +1,19 @@ {% extends 'qcg/base.html' %} +{% block extra_js %} + +{% endblock %} + {% block container %}

{% block title %}Szablony zadania{% endblock %}

@@ -18,11 +32,14 @@ {% for template in templates %} {{ forloop.counter }} - {{ template.name }} + {{ template.name }} {{ template.created }} {{ template.updated }} - @@ -37,4 +54,24 @@ {% endif %} + + {% endblock %}