|
@@ -1,5 +1,5 @@
|
|
|
{% extends "admin/layout_compact.html" %}
|
|
|
-{% import "cranefly/forms.html" as form_theme with context %}
|
|
|
+{% import "forms.html" as form_theme with context %}
|
|
|
{% from "admin/macros.html" import page_title, draw_message_icon %}
|
|
|
|
|
|
{% block title %}{{ page_title(title=_('Sign In')) }}{% endblock %}
|