mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-52985 tool_lp: Do not display due date when unset
This commit is contained in:
parent
9a325eda06
commit
b74bdcc33d
1 changed files with 4 additions and 2 deletions
|
@ -60,8 +60,10 @@
|
||||||
{{/plan.isunapproveallowed}}
|
{{/plan.isunapproveallowed}}
|
||||||
|
|
||||||
</dd>
|
</dd>
|
||||||
|
{{#plan.duedate}}
|
||||||
<dt>{{#str}}duedate, tool_lp{{/str}}</dt>
|
<dt>{{#str}}duedate, tool_lp{{/str}}</dt>
|
||||||
<dd>{{plan.duedateformatted}}</dd>
|
<dd>{{plan.duedateformatted}}</dd>
|
||||||
|
{{/plan.duedate}}
|
||||||
{{#plan.template}}
|
{{#plan.template}}
|
||||||
<dt>{{#str}}template, tool_lp{{/str}}</dt>
|
<dt>{{#str}}template, tool_lp{{/str}}</dt>
|
||||||
<dd>
|
<dd>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue