Skip to content

Commit

Permalink
Feedback form default controller now placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
Celeo committed Jan 3, 2025
1 parent 9777c12 commit 0ee4bbb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions vzdv-site/templates/changelog.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@

<hr>

<div class="card shadow mb-3">
<div class="card-body">
<h5 class="card-title">2025-01-03</h5>
<div class="card-text">
<ul>
<li>Controller feedback form default controller fixed</li>
</ul>
</div>
</div>
</div>

<div class="card shadow mb-3">
<div class="card-body">
<h5 class="card-title">2025-01-01</h5>
Expand Down
2 changes: 1 addition & 1 deletion vzdv-site/templates/feedback.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="mb-3">
<label for="controller">Controller</label>
<select id="controller" name="controller" class="form-select" required>
<option disabled>Controller</option>
<option value="" selected disabled>Select a controller</option>
{% for (cid, name) in all_controllers %}
<option value="{{ cid }}">{{ name }}</option>
{% endfor %}
Expand Down

0 comments on commit 0ee4bbb

Please sign in to comment.