Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2015-01-22 01:28:27 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-01-22 01:28:27 +0300
commite2d9952b348a63e186224242184f1a81f2273109 (patch)
tree2d76982376dcc4f8d905cee14d048f7310d29fe0
parent638a84a09de3bfe2ddd02e563af1f39b1fa8b303 (diff)
refs #7040 this should make the login work again
-rw-r--r--plugins/Login/templates/login.twig6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Login/templates/login.twig b/plugins/Login/templates/login.twig
index acf42a3ea7..d6d461fa66 100644
--- a/plugins/Login/templates/login.twig
+++ b/plugins/Login/templates/login.twig
@@ -1,4 +1,4 @@
-{% extends 'layout.twig' %}
+{% extends '@Morpheus/layout.twig' %}
{% block head %}
{{ parent() }}
@@ -79,7 +79,7 @@
<p class="message">{{ infoMessage|raw }}</p>
{% endif %}
</div>
- <form {{ form_data.attributes|raw }}>
+ <form {{ form_data.attributes|raw }} ng-non-bindable>
<h1>{{ 'Login_LogIn'|translate }}</h1>
<fieldset class="inputs">
<input type="text" name="form_login" id="login_form_login" class="input" value="" size="20"
@@ -99,7 +99,7 @@
tabindex="100"/>
</fieldset>
</form>
- <form id="reset_form" style="display:none;">
+ <form id="reset_form" style="display:none;" ng-non-bindable>
<fieldset class="inputs">
<input type="text" name="form_login" id="reset_form_login" class="input" value="" size="20"
tabindex="10"