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 DAB0mB committed Dec 14, 2016
1 parent 1d5f2bc commit 4bbdd76
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 4bbdd76

Please sign in to comment.