feature - avatar upload almost complete

This commit is contained in:
Alexandre Bourlier
2018-07-07 19:40:16 +02:00
parent 67f9a2f02f
commit 3259183299
6 changed files with 27 additions and 9 deletions

View 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>