From c416157ba06d2c3efea6c86b6ff0e3208b777f44 Mon Sep 17 00:00:00 2001 From: Conrad Date: Tue, 14 Jan 2020 00:39:19 +0100 Subject: [PATCH] Added Help Page --- src/core/templates/static_pages/help.html | 27 +++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/core/templates/static_pages/help.html b/src/core/templates/static_pages/help.html index e69de29..06c0332 100644 --- a/src/core/templates/static_pages/help.html +++ b/src/core/templates/static_pages/help.html @@ -0,0 +1,27 @@ +{% extends 'master.html' %} + +{% block content %} +

Help

+ +

Questions

+ + + +

Answers

+ + + +For more help please consult the documentation, GitHub issues, the community wiki or a search engine of your choice. +{% endblock %}