]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/default/login.twig
working on registration support
[github/wallabag/wallabag.git] / themes / default / login.twig
index b9f8b497cccc7c3125656e619ca3037698ab9af9..d4f440196d47f09a09e2d12690fc718fe208679e 100644 (file)
@@ -31,4 +31,9 @@
                 <input type="hidden" name="token" value="{{ token }}">
             </form>
     {% endif %}
+    {% if constant('ALLOW_REGISTER') == 1 %}
+       <div class="registerform">
+               <a href="?register">{% trans "Register" %}</a>
+       </div>
+    {% endif %}
 {% endblock %}