get_my/client/AdminMgmt/LocationMgmt/locMgmt.html

8 lines
177 B
HTML
Raw Normal View History

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