forked from rc/aircox
fix errors in dynamic_list_page template
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
{% load wagtailsettings_tags %}
|
||||
|
||||
{% block content %}
|
||||
{% with list_page=settings.cms.WebsiteSettings.list_page %}
|
||||
{% with list_page=settings.aircox_cms.WebsiteSettings.list_page %}
|
||||
<form action="{{ list_page.url }}" method="GET">
|
||||
<img src="{% static "aircox_cms/images/search.png" %}" class="icon"/>
|
||||
<input type="text" name="search" placeholder="{{ self.default_text }}">
|
||||
|
Reference in New Issue
Block a user