Browse Source

Fixed import in search template.

Rafał Pitoń 12 years ago
parent
commit
f25f03f0a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/cranefly/search/layout.html

+ 1 - 1
templates/cranefly/search/layout.html

@@ -1,6 +1,6 @@
 {% extends "cranefly/layout.html" %}
 {% import "cranefly/macros.html" as macros with context %}
-{% import "_forms.html" as forms with context %}
+{% import "forms.html" as forms with context %}
 
 {% block title %}{{ macros.page_title(title=_('Search Community')) }}{% endblock %}