added basic pages + task import

This commit is contained in:
2025-01-26 00:53:17 +01:00
parent 6810fc976a
commit cd604e39a0
23 changed files with 425 additions and 6 deletions

View File

@ -1 +1,9 @@
{% extends "base.html" %}
{% load static %}
{% block title %}Dashboard{% endblock %}
{% block head %}
<link rel="stylesheet" href="{% static "dashboard.css" %}">
{% endblock %}
{% block footer %}{% endblock %}
{% block main %}
{% endblock %}