allow not changing appname

This commit is contained in:
Bryan Gerlach
2024-12-10 13:00:46 -06:00
parent 92a90dfa8f
commit c3fb398b1c
2 changed files with 21 additions and 7 deletions

View File

@@ -133,7 +133,7 @@
<h2><i class="fas fa-sliders-h"></i> General</h2>
<label for="{{ form.exename.id_for_label }}">Name of the configuration:</label>
{{ form.exename }}<br><br>
<label for="{{ form.appname.id_for_label }}">Custom Application Name:</label>
<label for="{{ form.appname.id_for_label }}">Custom Application Name (leave blank to use default):</label>
{{ form.appname }}<br><br>
<label for="{{ form.direction.id_for_label }}">Connection Type:</label>
{{ form.direction }}<br><br>