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

adding background modifier class

parent 8283dd6f
No related branches found
No related tags found
No related merge requests found
{% extends "base.html" %} {% extends "base.html" %}
{% load static wagtailcore_tags wagtailsearchpromotions_tags %} {% load static wagtailcore_tags wagtailsearchpromotions_tags %}
{% block body_class %}template-searchresults light-grey-bg{% endblock %}
{% block body_class %}template-searchresults{% endblock %}
{% block title %}{% if search_query %}Search results for “{{ search_query }}”{% else %}Search{% endif %}{% endblock %} {% block title %}{% if search_query %}Search results for “{{ search_query }}”{% else %}Search{% endif %}{% endblock %}
{% block content %} {% 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