feature - avatar upload almost complete
This commit is contained in:
8
src/html/client-creation.html
Normal file
8
src/html/client-creation.html
Normal file
@ -0,0 +1,8 @@
|
||||
<div id="new-client" style="display: none">
|
||||
<h1>NEW CLIENT</h1>
|
||||
<sib-form
|
||||
data-src="http://localhost:8000/clients/"
|
||||
data-fields="name, address, logo"
|
||||
></sib-form>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user