diff options
author | Friendika <info@friendika.com> | 2010-11-23 20:56:20 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-23 20:56:20 -0800 |
commit | dd52aec243cd16f7ff05026b91f984788cafad56 (patch) | |
tree | 8823efcfb060082503baac004d7f4d0133e7c7c8 /view/register.tpl | |
parent | f9f08b435589ea10dca2db6891ae885a66e831e4 (diff) | |
download | volse-hubzilla-dd52aec243cd16f7ff05026b91f984788cafad56.tar.gz volse-hubzilla-dd52aec243cd16f7ff05026b91f984788cafad56.tar.bz2 volse-hubzilla-dd52aec243cd16f7ff05026b91f984788cafad56.zip |
use optional openid photo for registration - if supplied
Diffstat (limited to 'view/register.tpl')
-rw-r--r-- | view/register.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/register.tpl b/view/register.tpl index 10f7f0222..b4d1e31d2 100644 --- a/view/register.tpl +++ b/view/register.tpl @@ -2,6 +2,8 @@ <form action="register" method="post" > + <input type="hidden" name="photo" value="$photo" /> + $registertext |