buttons in table footer

This commit is contained in:
2025-07-11 20:26:02 +03:00
parent d72cf0a0b3
commit d986fdf232
46 changed files with 1828 additions and 1720 deletions
+16 -10
View File
@@ -1,10 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>$Title$</title>
</head>
<body>
$END$
</body>
</html>
{% extends 'client-base.html' %}
{% load static %}
{% block content %}
<div class="container">
<h2>Container Preinfo</h2>
<p>Manage your container preinfo details here.</p>
</div>
<form id="preinfoForm" method="post">
{% csrf_token %}
{{ form.as_p }}
<input type="submit" value="Submit preinfo">
</form>
{%endblock content %}