From cff19351a8b9d6267177dc548d994e3f28590391 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Thu, 26 Jun 2014 15:21:42 +0100 Subject: bitbake: toaster: add project pages We add the new project and project page skeletons. In the process, we add an identifier in the settings.py to detect whenever Toaster is running in managed mode, and a context processor to make this value available to the template processor. (Bitbake rev: 927a27c68e24cfe13f62ca5f0e60878b04fa4e24) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- .../toaster/toastergui/templates/newproject.html | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 bitbake/lib/toaster/toastergui/templates/newproject.html (limited to 'bitbake/lib/toaster/toastergui/templates/newproject.html') diff --git a/bitbake/lib/toaster/toastergui/templates/newproject.html b/bitbake/lib/toaster/toastergui/templates/newproject.html new file mode 100644 index 0000000..e5a6551 --- /dev/null +++ b/bitbake/lib/toaster/toastergui/templates/newproject.html @@ -0,0 +1,41 @@ +{% extends "base.html" %} +{% load projecttags %} +{% load humanize %} +{% block pagecontent %} +
+
+ +
+
+ + + + + + + + + + +
+ + + +
+
+ +{% endblock %} -- cgit v1.1