We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5b83e commit 6e31b16Copy full SHA for 6e31b16
phpmyfaq/assets/templates/default/ask.twig
@@ -55,8 +55,6 @@
55
</label>
56
<div class="col-sm-9">
57
<select name="category" class="form-select" id="category" {{ id5_required }}>
58
- {{ dump(categories) }}
59
-
60
{% for cat in categories %}
61
{% set indent = '...' | repeat(cat.indent) %}
62
<option value="{{ cat.id }}" {% if cat.id in categories %}selected{% endif %}>
0 commit comments