X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FGruntmaster%2FPage%2FAccount.pm;fp=lib%2FGruntmaster%2FPage%2FAccount.pm;h=0000000000000000000000000000000000000000;hb=3dbd503c0fa0e0c213147d7384517ff748f74136;hp=be27aff59ecd3d702c127ab55faea8f13c695893;hpb=379160fdecb5423e2e616ed49d644d210069f4ab;p=plack-app-gruntmaster.git diff --git a/lib/Gruntmaster/Page/Account.pm b/lib/Gruntmaster/Page/Account.pm deleted file mode 100644 index be27aff..0000000 --- a/lib/Gruntmaster/Page/Account.pm +++ /dev/null @@ -1,46 +0,0 @@ -package Gruntmaster::Page::Account; - -use 5.014000; -use strict; -use warnings; -use Gruntmaster::Page::Base account => 'Account'; -our @ISA = qw/Gruntmaster::Page::Base/; -our $VERSION = '0.001'; - -use constant TEMPLATES => { - en => <<'HTML', -
- -

Register

-
-Username:
-
-Password:
-
-Confirm password:
-
-Full name:
-
-Email:
-
-Town:
-
-University (full name):
-
- -
- -

Change password

-
-Old password:
-
-New password:
-
-Confirm new password:
-
- -
-HTML -}; - -1