fixed html syntax

main
Julian Lam 9 years ago
parent a68e474885
commit 194e0db4ba

@ -26,11 +26,11 @@
<!-- END homePageRoutes --> <!-- END homePageRoutes -->
</select> </select>
<p class="help-block">[[user:homepage_description]]</p> <p class="help-block">[[user:homepage_description]]</p>
<div id="homePageCustom" style="display: none;"> </div>
<br> <div id="homePageCustom" class="form-group" style="display: none;">
<label>[[user:custom_route]]</label> <label for="homePageCustom">[[user:custom_route]]</label>
<input type="text" class="form-control" data-property="homePageCustom"/> <input type="text" class="form-control" data-property="homePageCustom" id="homePageCustom" />
</div> <p class="help-block">[[user:custom_route_help]]</p>
</div> </div>
</div> </div>
<!-- ENDIF allowUserHomePage --> <!-- ENDIF allowUserHomePage -->

Loading…
Cancel
Save