Skip to content
Snippets Groups Projects
Commit e77d60b3 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Provide a landing page for the round after submission

parent cc9e31cc
No related branches found
No related tags found
No related merge requests found
{% extends "funds/fund_type_landing.html" %}
{% block page_title %}{{ page.get_parent.title }}{% endblock %}
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
</div> </div>
<div class="wrapper wrapper--small"> <div class="wrapper wrapper--small">
<h1 class="header__title">{{ page.title }}</h1> <h1 class="header__title">{% block page_title %}{{ page.title }}{% endblock %}</h1>
</div> </div>
<svg class="header__icon header__icon--pixels header__icon--pixels-left"><use xlink:href="#hero-standard-left-pixels"></use></svg> <svg class="header__icon header__icon--pixels header__icon--pixels-left"><use xlink:href="#hero-standard-left-pixels"></use></svg>
<svg class="header__icon header__icon--pixels header__icon--pixels-right"><use xlink:href="#hero-standard-right-pixels"></use></svg> <svg class="header__icon header__icon--pixels header__icon--pixels-right"><use xlink:href="#hero-standard-right-pixels"></use></svg>
......
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