Skip to content

Commit

Permalink
Step 5.2: Create template of PartiesForm
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and dotansimha committed Nov 27, 2016
1 parent 5a6cd96 commit fa1633b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions client/imports/app/parties/parties-form.component.html
@@ -0,0 +1,12 @@
<form>
<label>Name</label>
<input type="text">

<label>Description</label>
<input type="text">

<label>Location</label>
<input type="text">

<button>Add</button>
</form>

0 comments on commit fa1633b

Please sign in to comment.