|
|
@@ -1,6 +1,9 @@ |
|
|
|
%h2 |
|
|
|
Who are my local candidates in the Sutton Council elections on 6 May? |
|
|
|
|
|
|
|
%form{ :method => 'get', :action => '/wards' } |
|
|
|
%label{ :for => "postcode" } Postcode |
|
|
|
%input{ :type => 'text', :name => 'postcode', :size => 8, :maxlength => 8 } |
|
|
|
%label{ :for => "postcode" } My postcode is |
|
|
|
%input{ :type => 'text', :name => 'postcode', :value => 'SM1 1EA', :size => 8, :maxlength => 8 } |
|
|
|
%input{ :type => 'submit', :value => "Find" } |
|
|
|
-# |
|
|
|
- for ward in @wards |