]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/baggy/login.twig
mainly css improvements
[github/wallabag/wallabag.git] / themes / baggy / login.twig
index 7906cc203ac69549aa178c6fc81e4e4331afa990..d941ca93610fe7e5efc7df99724d0fd8d79c810c 100644 (file)
                                        <div class="row mts txtcenter">
                                                <button class="bouton" type="submit" tabindex="4">{% trans "Sign in" %}</button>
                                        </div>
+                                       {% if constant('ALLOW_REGISTER') == 1 %}
+                               <div class="register">
+                                       <a href="?registerform">{% trans "Register" %}</a>
+                               </div>
+    {% endif %}
                 </fieldset>
                 <input type="hidden" name="returnurl" value="{{ referer }}">
                 <input type="hidden" name="token" value="{{ token }}">
             </form>
     {% endif %}
-    {% if constant('ALLOW_REGISTER') == 1 %}
-       <div class="register">
-               <a href="?registerform">{% trans "Register" %}</a>
-       </div>
-    {% endif %}
 {% endblock %}