Move .call-to-action-bottom out of .testimonials.

It should be its own first level element.
This commit is contained in:
Brock Whittaker 2017-08-30 14:15:06 -07:00
parent 7f46056932
commit 64a629fc77
1 changed files with 16 additions and 16 deletions

View File

@ -598,22 +598,22 @@
</div> </div>
</div> </div>
</div> </div>
<div class="padded-content call-to-action-bottom"> </div>
<h1>Experience Zulip today!</h1> <div class="padded-content call-to-action-bottom">
{% if register_link_disabled %} <h1>Experience Zulip today!</h1>
{% elif only_sso %} {% if register_link_disabled %}
<a href="{{ url('login-sso') }}"> {% elif only_sso %}
<button href="" type="button" <a href="{{ url('login-sso') }}">
name="button">{{ _('Log in now!') }}</button> <button href="" type="button"
</a> name="button">{{ _('Log in now!') }}</button>
{% else %} </a>
<a href="{{ url('register') }}"> {% else %}
<button href="" type="button" <a href="{{ url('register') }}">
name="button">{{ _('Register now!') }}</button> <button href="" type="button"
</a> name="button">{{ _('Register now!') }}</button>
{% endif %} </a>
<div class="zulip-octopus"></div> {% endif %}
</div> <div class="zulip-octopus"></div>
</div> </div>
</div> </div>
{% endblock %} {% endblock %}