_layouts/calculator.html in appscms-tools-theme-2.1.8 vs _layouts/calculator.html in appscms-tools-theme-2.1.9
- old
+ new
@@ -29,9 +29,13 @@
{%- endif -%}
{%- if item.dateTimePicker -%}
<input class="form-control" type="date" name="{{item.dateTimePicker}}"
id="{{item.dateTimePickerId}}">
{%- endif -%}
+ {%- if item.unit -%}
+ <div class="unit">{{item.unit}}</div>
+ {%- endif -%}
+
</div>
</div>
{%- endif -%}
\ No newline at end of file