Skip to content

Commit 395ccc4

Browse files
Add register-introduction contentBlock on top of register page
1 parent 1941c63 commit 395ccc4

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

html-templates/register/register.tpl

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
{block "content"}
1414
{$User = $data}
1515

16+
{contentBlock "register-introduction"}
17+
1618
<div class="row">
1719
<div class="col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3">
1820
<div class="page-header">
@@ -30,33 +32,33 @@
3032
</ul>
3133
</div>
3234
{/if}
33-
35+
3436
<div class="form-group">
3537
<label class="control-label" for="FirstName">{_ "First Name"}</label>
3638
<input type="text" class="form-control" id="FirstName" name="FirstName" value="{refill field=FirstName}" placeholder="{_ 'Jill'}">
3739
</div>
38-
40+
3941
<div class="form-group">
4042
<label class="control-label" for="LastName">{_ "Last Name"}</label>
4143
<input type="text" class="form-control" id="LastName" name="LastName" value="{refill field=LastName}" placeholder="{_ 'Appleseed'}">
4244
</div>
43-
45+
4446
<div class="form-group">
4547
<label class="control-label" for="Email">{_ "Email"}</label>
4648
<input type="email" class="form-control" id="Email" name="Email" value="{refill field=Email}" placeholder="{_ 'civichacker@example.com'}" aria-describedby="email-help-block">
4749
<p id="email-help-block" class="help-block">Email address <strong>will</strong> be visible to other signed-in memebers.</p>
4850
</div>
49-
51+
5052
<div class="form-group">
5153
<label class="control-label" for="Username">{_ "Username"}</label>
5254
<input type="text" class="form-control" id="Username" name="Username" value="{refill field=Username}" placeholder="{_ 'CivicHacker'}">
5355
</div>
54-
56+
5557
<div class="form-group">
5658
<label class="control-label" for="Password">{_ "Password"}</label>
5759
<input type="password" class="form-control" id="Password" name="Password" value="{refill field=Password}">
5860
</div>
59-
61+
6062
<div class="form-group">
6163
<label class="control-label" for="PasswordConfirm">{_ "Password Confirmation"}</label>
6264
<input type="password" class="form-control" id="PasswordConfirm" name="PasswordConfirm" value="{refill field=PasswordConfirm}">

0 commit comments

Comments
 (0)