mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
templates: Allow building pages without navigation bar and footer
Tests: - Functional tests of many apps pass with the patch. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
a8e2d4cd69
commit
bced133d90
@ -84,6 +84,7 @@
|
||||
{% if refresh_page_sec is not None %}
|
||||
data-refresh-page-sec="{{ refresh_page_sec }}"
|
||||
{% endif %}>
|
||||
{% block wrapper %}
|
||||
<div id="wrapper">
|
||||
<div class="main-header fixed-top">
|
||||
<div class="container">
|
||||
@ -283,5 +284,6 @@
|
||||
</div>
|
||||
</footer><!--/.footer-->
|
||||
</div><!--/#container-->
|
||||
{% endblock %}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user