From b78a2efb7c16f4e9a880c43e3dde86905b58270a Mon Sep 17 00:00:00 2001 From: Cezary Czaplewski Date: Fri, 26 Jan 2018 10:55:02 +0100 Subject: [PATCH] details display preminim maxfun input --- django_simple/todo/templates/details.html | 6 ++++++ django_simple/todo/templates/details1.html | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/django_simple/todo/templates/details.html b/django_simple/todo/templates/details.html index 44f5e62..7437c4a 100644 --- a/django_simple/todo/templates/details.html +++ b/django_simple/todo/templates/details.html @@ -236,6 +236,12 @@ Created {{ task.created_date }}
pdbref
{{ task.md_pdbref}}
+ {% if task.md_start == "pdbstart" %} +
  • +
    preminim maxfun
    +
    {{ task.min_maxfun }}
    +
  • + {% endif %}
  • respa
    {{ task.md_respa}}
    diff --git a/django_simple/todo/templates/details1.html b/django_simple/todo/templates/details1.html index 2577492..b7f2edc 100644 --- a/django_simple/todo/templates/details1.html +++ b/django_simple/todo/templates/details1.html @@ -236,6 +236,12 @@ Created {{ task.created_date }}
    pdbref
    {{ task.md_pdbref}}
  • + {% if task.md_start == "pdbstart" %} +
  • +
    preminim maxfun
    +
    {{ task.min_maxfun }}
    +
  • + {% endif %}
  • respa
    {{ task.md_respa}}
    -- 1.7.9.5