aboutsummaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/templates/baseprojectbuildspage.html
blob: 229cd17ba6625a740cf2e20e6ccf994a251f3b18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% extends "base.html" %}
{% load projecttags %}
{% load humanize %}
{% block pagecontent %}

{% include "projecttopbar.html" %}

<!-- Begin main page container -->
<div>
    {% block projectinfomain %}{% endblock %}
</div>
<!-- End main container -->

{% endblock %}