Removes a jumbotron
This commit is contained in:
parent
2e56470809
commit
9d5275654e
1 changed files with 2 additions and 13 deletions
|
@ -9,6 +9,8 @@
|
|||
|
||||
{% block body %}
|
||||
|
||||
<div class="homepage-block-bg" style="background-image: url('{% static "images/website-background.svg" %}');"></div>
|
||||
|
||||
<div class="jumbotron homepage-block light">
|
||||
|
||||
<div class="homepage-block-bg" style="background-image: url('{% static "images/website-background.svg" %}');"></div>
|
||||
|
@ -81,16 +83,3 @@
|
|||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block footer_base %}
|
||||
<div class="jumbotron homepage-block light" style="height:100px;">
|
||||
|
||||
<div class="homepage-block-bg" style="background-image: url('{% static "images/website-background.svg" %}');"></div>
|
||||
|
||||
<div class="container homepage-block-content">
|
||||
{% block footer %}
|
||||
{% include "_footer.html" %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue