|
@@ -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 %}
|
|
|
|