]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/register.tpl
There is now a link to the profile behind the avatar picture on the display page
[friendica.git] / view / templates / register.tpl
index 5e655cd82e6d81f4430f7a180f6658f7ff1944b2..aacf76529ea91a893395733f528728c67bc6b3bb 100644 (file)
@@ -1,15 +1,11 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
 <h3>{{$regtitle}}</h3>
 
 <form action="register" method="post" id="register-form">
 
        <input type="hidden" name="photo" value="{{$photo}}" />
 
-       {{$registertext}}
+       {{if $registertext != ""}}<div class="error-message">{{$registertext}} </div>{{/if}}
+
 
        <p id="register-realpeople">{{$realpeople}}</p>
 
                <input type="submit" name="submit" id="register-submit-button" value="{{$regbutt}}" />
        </div>
        <div id="register-submit-end" ></div>
-    
+
+<h3>{{$importh}}</h3>
+       <div id ="import-profile">
+               <a href="uimport">{{$importt}}</a>
+       </div>
 </form>
 
 {{$license}}