Skip to content

Instantly share code, notes, and snippets.

@neuman
Created March 12, 2015 20:45
Show Gist options
  • Save neuman/8e71b4d2445d9d945ba9 to your computer and use it in GitHub Desktop.
Save neuman/8e71b4d2445d9d945ba9 to your computer and use it in GitHub Desktop.
<section id="services">
<div class="container">
<div class="row ">
<div class="col-lg-6 text-center">
<div class="my_signin_block">
<h2 class="section-heading"><a href="{{ location.get_absolute_url }}">Sign In</a></h2>
<h3 class="section-subheading text-muted">Welcome back!</h3>
{% sitegate_signin_form %}
</div>
</div>
<div class="col-lg-6 text-center">
<div class="my_signup_block">
<h2 class="section-heading"><a href="{{ location.get_absolute_url }}">Join Yelp Knockoff</a></h2>
<h3 class="section-subheading text-muted">Visit exotic places, and talk smack about them!</h3>
{% sitegate_signup_form %}
</div>
</div>
</div>
</div>
</div>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment