From ec3ce598f6423fcccd88a4fdd77f817c50bc5ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 5 Oct 2015 22:16:18 +0200 Subject: material design for register/login/recover pages --- .../CoreBundle/Form/Type/RegistrationType.php | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 src/Wallabag/CoreBundle/Form/Type/RegistrationType.php (limited to 'src/Wallabag/CoreBundle/Form/Type') diff --git a/src/Wallabag/CoreBundle/Form/Type/RegistrationType.php b/src/Wallabag/CoreBundle/Form/Type/RegistrationType.php deleted file mode 100644 index 47d4f341..00000000 --- a/src/Wallabag/CoreBundle/Form/Type/RegistrationType.php +++ /dev/null @@ -1,24 +0,0 @@ -add('name'); - } - - public function getParent() - { - return 'fos_user_registration'; - } - - public function getName() - { - return 'wallabag_user_registration'; - } -} -- cgit v1.2.3