Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Use dash (not underscore) in liquid template filename
Browse files Browse the repository at this point in the history
  • Loading branch information
osahyoun committed Sep 16, 2016
1 parent 4c71be0 commit 0e0b077
Showing 1 changed file with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{% comment %} Description: View for member registration page. {% endcomment %}
{% comment %} Primary layout: false {% endcomment %}

<div class="center-content center-content--accomodates-stuck-footer">
<div class="center-content__big-column">

<div class="imageless-title">
<div class="typography__highlight-wrapper">
<h1 class="typography__highlight">
<span>Sign Up</span>
<span>Member Registration</span>
</h1>
</div>
</div>

<div class="body-text main-feature main-feature--close-top">
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>

<form action='/api/member_authentication' data-remote='true' method='post' class='form--big registration-form'>
Expand All @@ -22,14 +24,8 @@
<input type='hidden' name='page_id' value='{{page_id}}' />
</div>

<button type='submit' class='button registation-form__submit-button'>Signup</button>
<button type='submit' class='button registation-form__submit-button'>Register</button>
</form>

{% unless link_list == blank %}
<hr class="stubby-hr" />
<h3>{{ 'page.more_info' | t }}</h3>
{% include 'Links' %}
{% endunless %}
</div>
</div>
<div class="center-content__fixed-right center-content--push-down">
Expand Down

0 comments on commit 0e0b077

Please sign in to comment.