hubl/src/html/project-creation.html

9 lines
240 B
HTML

<div id="new-project" style="display: none">
<h1>NEW PROJECT</h1>
<sib-form
data-src="http://localhost:8000/projects/"
data-fields="name, number, client"
range-client="http://localhost:8000/clients/"
></sib-form>
</div>