feat: signups can now be enabled/disabled from portal settings

This commit is contained in:
Jannat Patel
2025-04-07 18:15:30 +05:30
parent c70da08078
commit 5bc44e6fe5
6 changed files with 35 additions and 15 deletions

View File

@@ -17,7 +17,7 @@
<label class="form-label sr-only"> {{ _("User Category") }} </label>
<div class="control-input-wrapper">
<div class="control-input flex align-center">
<select type="text" id="user_category" data-fieldname="user_category" style="color: var(--text-muted)"
<select type="text" id="user_category" data-fieldname="user_category" style="color: var(--text-light)"
class="input-with-feedback form-control ellipsis" data-fieldtype="Select" required>
<option value=""> {{ _("Category") }} </option>
<option value="Business Owner"> {{ _("Business Owner") }} </option>