mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-17 20:13:09 -06:00
Refactor .content-inner div to wrap all content blocks
This commit is contained in:
@@ -13,9 +13,11 @@
|
||||
<div class="content-outer">
|
||||
<div class="content">
|
||||
{% include 'layouts/header.html' %}
|
||||
{% block content %}
|
||||
Do not extend <strong>base.html</strong> directly.
|
||||
{% endblock content %}
|
||||
<div class="content-inner">
|
||||
{% block content %}
|
||||
Do not extend <strong>base.html</strong> directly.
|
||||
{% endblock content %}
|
||||
</div>
|
||||
</div>
|
||||
{% include 'layouts/footer.html' %}
|
||||
</div>
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
{% extends 'layouts/base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<div class="content-inner">
|
||||
<h4>New Users</h4>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user