- The fuckery is real
This commit is contained in:
@@ -13,12 +13,10 @@
|
|||||||
<p class="intro">Submit your story using the following form. Nicholas may be in touch to clarify what you’ve written and he reserves the right to vet stories for accuracy and appropriateness.</p>
|
<p class="intro">Submit your story using the following form. Nicholas may be in touch to clarify what you’ve written and he reserves the right to vet stories for accuracy and appropriateness.</p>
|
||||||
<form [formGroup]="userSubmissionForm" novalidate>
|
<form [formGroup]="userSubmissionForm" novalidate>
|
||||||
<div class="item item-block item-input item-label-stacked">
|
<div class="item item-block item-input item-label-stacked">
|
||||||
<div class="item-inner">
|
|
||||||
<div class="input-wrapper">
|
<div class="input-wrapper">
|
||||||
<label class="label">Upload a photo</label>
|
<label class="label" for="pic-upload">Upload a photo</label>
|
||||||
<div class="input">
|
<div class="input">
|
||||||
<input type="file" formControlName="pic" name="pic" class="file-input" />
|
<input type="file" id="pic-upload" formControlName="pic" name="pic" class="file-input" />
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user