1
0
forked from shaytan/rdgen

description

This commit is contained in:
Bryan Gerlach
2025-01-07 15:50:05 -06:00
parent 51a5ef52fa
commit ae98623457

View File

@@ -133,7 +133,7 @@
<div class="container">
<div class="section">
<h2><i class="fas fa-sliders-h"></i> General</h2>
<label for="{{ form.exename.id_for_label }}">Name of the configuration (don't use spaces or special characters):</label>
<label for="{{ form.exename.id_for_label }}">Name of the configuration (no spaces or special characters, English characters only):</label>
{{ form.exename }}<br><br>
<label for="{{ form.appname.id_for_label }}">Custom Application Name (leave blank to use default):</label>
{{ form.appname }}<br><br>