Fix accidentally moved error display

This commit is contained in:
shamoon 2023-11-04 22:00:17 -07:00
parent 46faa2996d
commit 984b002430

View File

@ -16,11 +16,11 @@
<use xlink:href="assets/bootstrap-icons.svg#box-arrow-up-right" /> <use xlink:href="assets/bootstrap-icons.svg#box-arrow-up-right" />
</svg> </svg>
</a> </a>
<div class="invalid-feedback">
{{error}}
</div>
</div> </div>
<small *ngIf="hint" class="form-text text-muted" [innerHTML]="hint | safeHtml"></small> <small *ngIf="hint" class="form-text text-muted" [innerHTML]="hint | safeHtml"></small>
<div class="invalid-feedback">
{{error}}
</div>
</div> </div>
</div> </div>
</div> </div>