fix wrong closing div tag
This commit is contained in:
parent
81dde67338
commit
4a67756cf8
1 changed files with 72 additions and 72 deletions
|
@ -162,6 +162,7 @@
|
|||
tal:condition="view/deadlineWithTime"
|
||||
tal:attributes="value view/deadlineTime" />
|
||||
</div>
|
||||
</div>
|
||||
<div id="priority-activity"
|
||||
tal:define="priorities view/priorities;
|
||||
activities view/activities"
|
||||
|
@ -234,7 +235,6 @@
|
|||
regexp="-{0,1}[0-9]{1,2}(:[0-5][0-9]){0,1}"
|
||||
tal:attributes="value view/effort" /></div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<label i18n:translate="" for="comment">Comment</label>
|
||||
<div>
|
||||
|
|
Loading…
Add table
Reference in a new issue