Commit 514a5cf9 authored by Ciella's avatar Ciella

Updated base.html to appropriate format for the lab

parent 1f04a536
......@@ -14,8 +14,8 @@
<body>
<div class="container">
<h1 class="text-center">{% block header%}{% endblock %}</h1>
<p class="text-center">{% block content %}{% endblock %}</p>
<p class="text-center">{% block links %}{% endblock %}</p>
{% block content %}{% endblock %}
{% block links %}{% endblock %}
</div>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment