File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 18
18
<h1 >Contact Us</h1 >
19
19
</div >
20
20
21
+ { contentBlock " contact-introduction" }
22
+
21
23
<form action =" /contact" method =" POST" class =" contact-form" >
22
24
{ if $validationErrors }
23
25
<div class =" alert alert-danger" >
Original file line number Diff line number Diff line change 14
14
<h1 >{ _ " Registered Members" } <span class =" badge" >{ $membersTotal |number_format} </span ></h1 >
15
15
</div >
16
16
17
+ { contentBlock " members-browse-introduction" }
18
+
17
19
<div class =" row" >
18
20
<div class =" col-sm-4 col-md-3" >
19
21
<div class =" tags-ct" >
Original file line number Diff line number Diff line change 20
20
</div >
21
21
<h1 >{ _ " Civic Projects Directory" } <span class =" badge" >{ $projectsTotal |number_format} </span ></h1 >
22
22
</header >
23
+
24
+ { contentBlock " projects-browse-introduction" }
25
+
23
26
<div class =" row" >
24
27
<div class =" col-sm-4 col-md-3 tags-ct" >
25
28
<div class =" btn-group btn-group-justified btn-group-xs margin-bottom" role =" group" >
Original file line number Diff line number Diff line change 13
13
{ block " content" }
14
14
{ $User = $data }
15
15
16
- { contentBlock " register-introduction" }
17
-
18
16
<div class =" row" >
19
17
<div class =" col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3" >
20
18
<div class =" page-header" >
21
19
<h1 >{ _(" Register with %s" )|sprintf:Laddr::$siteName |escape } !</h1 >
22
20
</div >
21
+
22
+ { contentBlock " register-introduction" }
23
+
23
24
<form method =" POST" id =" register" >
24
25
{ strip }
25
26
{ if $User -> validationErrors }
You can’t perform that action at this time.
0 commit comments