Feat(UI): Blog with article page and Newsletter signup form.

This commit is contained in:
2025-08-09 19:07:58 +01:00
parent 2541aaf849
commit 36d9eb6888
51 changed files with 3434 additions and 892 deletions

View File

@@ -34,9 +34,9 @@
{{ form.contact_name(class="form-input", required=True) }}
</div>
<label class="form-label" for="{{ form.company_name.id }}">{{ form.company_name.label.text }} *</label>
<label class="form-label" for="{{ form.company_name.id }}">{{ form.company_name.label.text }}</label>
<div>
{{ form.company_name(class="form-input", required=True) }}
{{ form.company_name(class="form-input", required=False) }}
</div>
<label class="form-label" for="{{ form.message.id }}">{{ form.message.label.text }} *</label>