Add limited number of spaces comment to dinner
Change-Id: Ibf49127ce351e5f9af21b370446f64a8f0305dda
diff --git a/templates/register.htm b/templates/register.htm
index 227c3a5..1cff2fd 100644
--- a/templates/register.htm
+++ b/templates/register.htm
@@ -513,6 +513,9 @@
<input type="checkbox" class="form-check-input" name="vegetarian_dinner" id="vegetarian_dinner" disabled <?php echo isset($_POST[ 'vegetarian_dinner']) ? 'checked' : '' ?> oninput="update_total_due()" value="vegetarian_dinner">
<label class="form-check-label fs-4" for="vegetarian_dinner">I choose the vegetarian dinner option</label>
</div>
+ <div id="dinnerHelp" class="form-text">
+ Due to the limited number of places, it is unfortunately not possible to bring additional persons to the dinner.
+ </div>
</div>
<label class="form-label fw-bold" for="lunch-1 lunch-2 lunch-3">Lunch Options</label>