diff options
| author | 2015-07-21 16:03:46 +0200 | |
|---|---|---|
| committer | 2015-07-21 16:03:46 +0200 | |
| commit | 37f06799589d9bb92ecfa6368197daf187251ab4 (patch) | |
| tree | b1816f22c536a4e1ae417e09b360da00d449ffc6 /app/views/auth/formLogin.phtml | |
| parent | ac8bd3d2512dd1bfca43d71ea10202ba9e6a82a6 (diff) | |
First draft for registration form
See https://github.com/FreshRSS/FreshRSS/issues/679
Diffstat (limited to 'app/views/auth/formLogin.phtml')
| -rw-r--r-- | app/views/auth/formLogin.phtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/auth/formLogin.phtml b/app/views/auth/formLogin.phtml index 979e17349..75537ee26 100644 --- a/app/views/auth/formLogin.phtml +++ b/app/views/auth/formLogin.phtml @@ -1,6 +1,8 @@ <div class="prompt"> <h1><?php echo _t('gen.auth.login'); ?></h1> + <a href="<?php echo _url('auth', 'register'); ?>"><?php echo _t('gen.auth.register.ask'); ?></a> + <form id="crypto-form" method="post" action="<?php echo _url('auth', 'login'); ?>"> <div> <label for="username"><?php echo _t('gen.auth.username'); ?></label> |
