mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 22:14:25 +01:00
Remove bold labels from admin panel custom user fields
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div class="form-group">
|
||||
{% if field.field_type == "text" %}
|
||||
{% if show_labels %}
|
||||
<b>{{ field.label }}</b>
|
||||
{{ field.label }}
|
||||
{% endif %}
|
||||
|
||||
{% if show_optionals %}
|
||||
|
||||
Reference in New Issue
Block a user