get_my/client/AdminMgmt/LocationMgmt/locMgmt.html
2022-08-23 13:41:21 -05:00

8 lines
No EOL
177 B
HTML

<template name="locMgmt">
<div class="container">
<h4>Location Management</h4>
{{> locMgmtForm}}
<hr>
{{> locMgmtTbl}}
</div>
</template>