You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>{% blocktrans %}You can <ahref="{{ login_url }}" class="btn">Log In</a> or <ahref="{{ signup_url }}" class="btn primary">Sign Up</a> to try out the site.{% endblocktrans %}</p>
40
-
{% else %}
41
-
<p>{% blocktrans %}You can <ahref="{{ login_url }}" class="btn primary large">Log In</a> to try out the site.{% endblocktrans %}</p>
42
-
{% endifsetting %}
36
+
{% url acct_signup as signup_url %}
37
+
<p>{% blocktrans %}You can <ahref="{{ login_url }}" class="btn">Log In</a> or <ahref="{{ signup_url }}" class="btn primary">Sign Up</a> to try out the site.{% endblocktrans %}</p>
0 commit comments