Remove bold labels from admin panel custom user fields

This commit is contained in:
Kevin Chung
2020-08-18 20:39:34 -04:00
parent 9d72e3ba21
commit 733e438d1e

View File

@@ -3,7 +3,7 @@
<div class="form-group"> <div class="form-group">
{% if field.field_type == "text" %} {% if field.field_type == "text" %}
{% if show_labels %} {% if show_labels %}
<b>{{ field.label }}</b> {{ field.label }}
{% endif %} {% endif %}
{% if show_optionals %} {% if show_optionals %}