diff options
| author | 2015-07-22 12:20:00 +0200 | |
|---|---|---|
| committer | 2015-07-22 12:20:00 +0200 | |
| commit | 9fca5c70f33291cacc04e7bdfa01a12c6df3f97c (patch) | |
| tree | d4f344b5bc3a8cfb2e7811d97570b5b0b8a63615 /app/views/auth | |
| parent | 37f06799589d9bb92ecfa6368197daf187251ab4 (diff) | |
Add some comments
Diffstat (limited to 'app/views/auth')
| -rw-r--r-- | app/views/auth/register.phtml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/auth/register.phtml b/app/views/auth/register.phtml index f67ecc4d9..31ab89d26 100644 --- a/app/views/auth/register.phtml +++ b/app/views/auth/register.phtml @@ -1,3 +1,10 @@ +<?php + /* TODO list + * - Show help for username and password formats + * - Don't show this page if there is no more free account slots + * - Fix i18n + */ +?> <div class="prompt"> <h1><?php echo _t('gen.auth.register'); ?></h1> |
