hubl/src/html/client-creation.html

8 lines
165 B
HTML
Raw Normal View History

<div id="new-client" style="display: none">
<sib-form
data-src="http://localhost:8000/clients/"
data-fields="name, address, logo"
></sib-form>
</div>