mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 14:34:21 +01:00
Remove bold labels from admin panel custom user fields
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user