From fa02f6e6bf3efde65064d24f9ce0525b5875bad7 Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Tue, 6 Sep 2016 10:44:43 +0800 Subject: [PATCH] MDL-55657 theme_noname: Re-use the password template. Part of MDL-55071 --- .../core_form/element-passwordunmask.mustache | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/theme/noname/templates/core_form/element-passwordunmask.mustache b/theme/noname/templates/core_form/element-passwordunmask.mustache index 8d6d191ef56..66eb5c737c8 100644 --- a/theme/noname/templates/core_form/element-passwordunmask.mustache +++ b/theme/noname/templates/core_form/element-passwordunmask.mustache @@ -1,17 +1,4 @@ -{{< core_form/element-template }} - {{$element}} - - {{/element}} -{{/ core_form/element-template }} +{{> core_form/element-password }} {{#js}} require(['core/yui'], function(Y) { Y.use('moodle-form-passwordunmask', function() {