removed √ from public form template

This commit is contained in:
David Baldwynn 2016-05-16 18:55:40 -07:00
parent e787630032
commit adbdbc85ae

View file

@ -1,4 +1,4 @@
<section class="public-form" ng-style="{ 'background-color': myform.design.colors.backgroundColor }">
<section class="public-form" ng-style="{ 'background-color': myform.design.colors.backgroundColor }">
<submit-form-directive myform="myform"></submit-form-directive>
</section>