Private
Public Access
1
0

form fixed

This commit is contained in:
2024-05-22 20:57:31 +02:00
parent ce978bfe8e
commit fc35034c7c
3 changed files with 10 additions and 2 deletions

View File

@@ -1,11 +1,11 @@
{% extends "newbase.html" %}
{% block title %}Contact Us{% endblock title %}
{% block main %}
<h1>Contact us through email</h1>
<ul class="main-content">
<li class="grid_2">
<h1>Contact us through email</h1>
{% if form.errors %}
<p style="color: red;">
Please correct the error{{ form.errors|pluralize }} below.