Skip to content

Commit

Permalink
Merge pull request #640 from terceiro/override-sponsors
Browse files Browse the repository at this point in the history
Allow the sponsors section on the base page to be overridden.
  • Loading branch information
hodgestar committed Aug 15, 2022
2 parents 2d6b492 + d705dbd commit 30995c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wafer/templates/wafer/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
<h1>{{ WAFER_CONFERENCE_NAME }}</h1>
{% endblock %}
</div>
{% sponsors %}
{% block wafer_sponsors %}
{% sponsors %}
{% endblock %}
{% block wafer_js %}
<script src="{% static 'vendor/jquery/dist/jquery.min.js' %}"></script>
<script src="{% static 'vendor/popper.js/dist/umd/popper.min.js' %}"></script>
Expand Down

0 comments on commit 30995c6

Please sign in to comment.