Skip to content
Snippets Groups Projects
Commit 436488b6 authored by Chris Lawton's avatar Chris Lawton
Browse files

removing the sticky apply button from the lab and fund page types

parent 46897de2
No related branches found
No related tags found
No related merge requests found
{% extends "base.html" %}
{% load wagtailcore_tags static i18n %}
{# Dont include fixed apply button on this page #}
{% block apply_button %}{% endblock %}
{% block header_modifier %}header--light-bg{% endblock %}
{% block content %}
......
{% extends "base.html" %}
{% block header_modifier %}header--grey-pixels{% endblock %}
{# Dont include fixed apply button on this page #}
{% block apply_button %}{% endblock %}
{% load wagtailcore_tags wagtailimages_tags navigation_tags static %}
{% block content %}
......
{% extends "base.html" %}
{% block header_modifier %}header--grey-pixels{% endblock %}
{# Dont include fixed apply button on this page #}
{% block apply_button %}{% endblock %}
{% load wagtailcore_tags wagtailimages_tags navigation_tags static %}
{% block content %}
......
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