File tree Expand file tree Collapse file tree 5 files changed +12
-2
lines changed
Expand file tree Collapse file tree 5 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1818 <h1 >Contact Us</h1 >
1919 </div >
2020
21+ { contentBlock " contact-introduction" }
22+
2123 <form action =" /contact" method =" POST" class =" contact-form" >
2224 { if $validationErrors }
2325 <div class =" alert alert-danger" >
Original file line number Diff line number Diff line change 1414 <h1 >{ _ " Registered Members" } <span class =" badge" >{ $membersTotal |number_format} </span ></h1 >
1515 </div >
1616
17+ { contentBlock " members-browse-introduction" }
18+
1719 <div class =" row" >
1820 <div class =" col-sm-4 col-md-3" >
1921 <div class =" tags-ct" >
Original file line number Diff line number Diff line change 2525 </h1 >
2626 </div >
2727
28+ { contentBlock " projects-create-introduction" }
29+
2830 { if ! $Project -> isValid }
2931 <div class =" error well" >
3032 <strong >{ _ " There were problems with your entry:" } </strong >
Original file line number Diff line number Diff line change 2020 </div >
2121 <h1 >{ _ " Civic Projects Directory" } <span class =" badge" >{ $projectsTotal |number_format} </span ></h1 >
2222 </header >
23+
24+ { contentBlock " projects-browse-introduction" }
25+
2326 <div class =" row" >
2427 <div class =" col-sm-4 col-md-3 tags-ct" >
2528 <div class =" btn-group btn-group-justified btn-group-xs margin-bottom" role =" group" >
Original file line number Diff line number Diff line change 1313{ block " content" }
1414 { $User = $data }
1515
16- { contentBlock " register-introduction" }
17-
1816 <div class =" row" >
1917 <div class =" col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3" >
2018 <div class =" page-header" >
2119 <h1 >{ _(" Register with %s" )|sprintf:Laddr::$siteName |escape } !</h1 >
2220 </div >
21+
22+ { contentBlock " register-introduction" }
23+
2324 <form method =" POST" id =" register" >
2425 { strip }
2526 { if $User -> validationErrors }
You can’t perform that action at this time.
0 commit comments