Added account picture upload

This commit is contained in:
piratefinn 2017-08-03 12:33:09 +01:00
parent a2817436e0
commit fc73151945
2 changed files with 44 additions and 9 deletions

View file

@ -43,6 +43,14 @@
</div>
</div>
</div>
<div class="card-block">
<div class="form-group row">
<label class="col-md-3 form-control-label" for="file-input">Profile Picture</label>
<div class="col-md-9">
<input type="file" #fileInput formControlName="profile_picture">
</div>
</div>
</div>
</form>
<div [ngSwitch]="accountType">
<div *ngSwitchCase="'organisation'">