This commit is contained in:
Nicolas Constant 2019-02-23 18:47:14 -05:00
parent a9096d651c
commit 9be0c430be
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<select class="form-control form-control-sm form-control--privacy" id="privacy" name="privacy" [(ngModel)]="selectedPrivacy">
<option *ngFor="let p of privacyList" [ngValue]="p">{{p}}</option>
</select>
<button type="submit" class="btn btn-sm btn-custom-primary">TOOT!</button>
<button type="submit" class="btn btn-sm btn-custom-primary">POST!</button>
</form>