summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/baseprojectbuildspage.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/baseprojectbuildspage.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/baseprojectbuildspage.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/baseprojectbuildspage.html b/bitbake/lib/toaster/toastergui/templates/baseprojectbuildspage.html
new file mode 100644
index 0000000000..8b043d1e44
--- /dev/null
+++ b/bitbake/lib/toaster/toastergui/templates/baseprojectbuildspage.html
@@ -0,0 +1,15 @@
1{% extends "base.html" %}
2{% load projecttags %}
3{% load humanize %}
4{% block pagecontent %}
5
6{% include "projecttopbar.html" %}
7
8<!-- Begin main page container -->
9<div class="row-fluid">
10 {% block projectinfomain %}{% endblock %}
11</div>
12<!-- End main container -->
13
14{% endblock %}
15