Make invalid email more obvious, in profile view
This commit is contained in:
parent
a061e362c3
commit
d21826c70d
|
@ -472,12 +472,12 @@
|
|||
</b-table-column>
|
||||
|
||||
<b-table-column field="invalid"
|
||||
label="Invalid"
|
||||
label="Invalid?"
|
||||
% if not buefy_0_8:
|
||||
v-slot="props"
|
||||
% endif
|
||||
>
|
||||
<span v-if="props.row.invalid" class="has-text-danger">Yes</span>
|
||||
<span v-if="props.row.invalid" class="has-text-danger has-text-weight-bold">Invalid</span>
|
||||
</b-table-column>
|
||||
|
||||
% if request.has_perm('people_profile.edit_person'):
|
||||
|
|
Loading…
Reference in a new issue