]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/baggy/login.twig
working on registration support
[github/wallabag/wallabag.git] / themes / baggy / login.twig
index 58290e9c646cf68dcbea0dd44c29ffd57e59efa5..7906cc203ac69549aa178c6fc81e4e4331afa990 100644 (file)
@@ -31,4 +31,9 @@
                 <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 %}