design_changes

This commit is contained in:
ben8
2025-03-15 15:53:16 +01:00
parent 6b83f26fc0
commit 8119f202d3
5 changed files with 4 additions and 7 deletions

View File

@@ -1,9 +1,7 @@
{% extends 'base.html' %}
{% block content %}
<h1>Formular</h1>
<h2>{{ form.name.value }}</h2>
<div class="input-group border-blue-600 border-2 rounded-xl shadow-md">
<div class="input-group border-blue-600 border-2 rounded-xl shadow-md mt-12">
<form method="post">
{% csrf_token %}
{{ form.as_p }}