switch from ownCloud to minIO
buttons in table are buttons and do edit and delete properly
This commit is contained in:
@@ -1,38 +1,5 @@
|
||||
{% load static %}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Depot Employee Dashboard | Container Depot</title>
|
||||
<link rel="stylesheet" href="{% static 'styles/tables.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'styles/forms.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'styles/sidebar.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'styles/base.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'styles/dashboard-content.css' %}">
|
||||
</head>
|
||||
{% extends "common/base.html" %}
|
||||
|
||||
|
||||
<body>
|
||||
<aside class="sidebar">
|
||||
{% block aside %}
|
||||
{% include 'employee-sidebar.html' %}
|
||||
</aside>
|
||||
|
||||
<main class="content-area">
|
||||
<div class="content">
|
||||
{% block content %}
|
||||
{% endblock content %}
|
||||
</div>
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
{% block extra_js %}
|
||||
<script>
|
||||
const validateContainerUrl = "{% url 'validate_container' 'placeholder' %}".replace('placeholder/', '');
|
||||
</script>
|
||||
<script src="{% static 'js/container_validation.js' %}"></script>
|
||||
{% endblock %}
|
||||
</body>
|
||||
|
||||
</html>
|
||||
{% endblock aside %}
|
||||
|
||||
Reference in New Issue
Block a user