From 228417aeaa6013ca44a7730433e6251a4d9db6fe Mon Sep 17 00:00:00 2001 From: Conrad Date: Tue, 14 Jan 2020 00:40:33 +0100 Subject: [PATCH] Added Dashboard Draft --- src/core/templates/core/dashboard.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/core/templates/core/dashboard.html diff --git a/src/core/templates/core/dashboard.html b/src/core/templates/core/dashboard.html new file mode 100644 index 0000000..1b34360 --- /dev/null +++ b/src/core/templates/core/dashboard.html @@ -0,0 +1,7 @@ +{% extends 'master.html' %} + +{% block content %} +

Welcome to Asiimov!

+

A fast, free, open-source trading platform for CS:GO items.

+

+{% endblock %}