|
|
@@ -2,11 +2,11 @@ |
|
|
|
|
|
|
|
#lookup |
|
|
|
%h2 |
|
|
|
Vote for your local councillors in Sutton on 22 May 2014 |
|
|
|
Sutton Council local election results 22 May 2014 |
|
|
|
%form{ :method => 'get', :action => '/' } |
|
|
|
%label{ :for => "postcode" } My postcode is |
|
|
|
%input{ :type => 'text', :name => 'postcode', :value => @default_pc, :size => 8, :maxlength => 8 } |
|
|
|
%input{ :type => 'submit', :value => "Find my candidates" } |
|
|
|
%input{ :type => 'submit', :value => "Find my results" } |
|
|
|
|
|
|
|
- if @future_elections.size > 0 |
|
|
|
|
|
|
|