buttons in table footer
This commit is contained in:
@@ -1,10 +1,23 @@
|
||||
{% load static %}
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>$Title$</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Line Operator Dashboard | Container Depot</title>
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="{% static 'styles/forms.css' %}?v={% now 'U' %}">
|
||||
|
||||
{# <script src="https://cdn.tailwindcss.com"></script>#}
|
||||
</head>
|
||||
<body>
|
||||
$END$
|
||||
{% block content %}
|
||||
|
||||
{% endblock content %}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user