From 7d240651f638db48fa7a17d377fd5e8a338d2561 Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 17 Feb 2021 15:47:45 +0300 Subject: [PATCH] mvp ready --- main/templates/pages/work.html | 74 ++++++++++++++++++++ static/main/css/work.css | 121 +++++++++++++++++++++++++++++++++ 2 files changed, 195 insertions(+) create mode 100644 main/templates/pages/work.html create mode 100644 static/main/css/work.css diff --git a/main/templates/pages/work.html b/main/templates/pages/work.html new file mode 100644 index 0000000..bd760cb --- /dev/null +++ b/main/templates/pages/work.html @@ -0,0 +1,74 @@ +{% extends 'base/base.html' %} + +{% load static %} + +{% block title %}{{ pagename }}{% endblock %} + +{% block heading %}Управление{% endblock %} + +{% block extra_css %} + +{% endblock %} + +{% block content %} +
Основаная информация о странице
+ID | +Expiration Date | +Name(link to profile) | + + + +|
---|---|---|---|
1 | +big_boss123@example.ru | +19:30 18.02.21 | +Иван Иванов | +
2 | +gachi_cool456@example.ru | +21:00 18.02.21 | +Пётр Петров | +