Skip to content
Snippets Groups Projects
Commit 65a78177 authored by youngsuKim-CSUSB's avatar youngsuKim-CSUSB
Browse files

Add page footer

parent 0185fb7e
No related branches found
No related tags found
1 merge request!2Update login, page, spawn_pending
{% extends "templates/page.html" %}
{% block footer %}
<div class="container text-center" id="footer-page">
<hr>
<p>The JupyterHub is provided by the ITS and ATI at California State Univeristy San Bernardino</p>
</div>
{% endblock %}
{% block stylesheet %}
{{ super() }}
<style>
#footer-page {
position: absolute;
......@@ -16,4 +8,13 @@
padding: 3px;
}
</style>
{% endblock}
\ No newline at end of file
{{ super() }}
{% endblock}
{% block footer %}
<div class="container text-center" id="footer-page">
<hr>
<p>The JupyterHub is provided by the ITS and ATI at California State Univeristy San Bernardino</p>
</div>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment