aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-05-14 16:53:12 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-05-14 16:53:12 +0100
commitb1777b6998132dd94d65b6c85429124561d8cbc4 (patch)
tree429be3f9d52eeaaa59e577fc44db1b235b294cc7 /templates
parent92aa6f070a4dc7302b3945fec6ee97da3f906ddc (diff)
Put photos back at bottom of page, where they should be, and fix desktop display in a simpler way.
Diffstat (limited to 'templates')
-rw-r--r--templates/web/fixmystreet/alert/index.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/templates/web/fixmystreet/alert/index.html b/templates/web/fixmystreet/alert/index.html
index 9390ec809..03d9843f6 100644
--- a/templates/web/fixmystreet/alert/index.html
+++ b/templates/web/fixmystreet/alert/index.html
@@ -2,18 +2,6 @@
<h1>[% loc('Local RSS feeds and email alerts') %]</h1>
-[% IF photos.size %]
-<div class="sticky-sidebar">
- <aside>
- <h2>[% loc('Some photos of recent reports') %]</h2>
- [% FOREACH p IN photos %]
- <a href="/report/[% p.id %]"><img border="0" height="100"
- src="/photo/[% p.id %].tn.jpeg" alt="[% p.title | html %]" title="[% p.title | html %]"></a>
- [% END %]
- </aside>
-</div>
-[% END %]
-
<p>
[% IF c.cobrand.is_council %]
FixMyStreet has a variety of RSS feeds and email alerts for local problems, including
@@ -50,4 +38,16 @@ To find out what local alerts we have for you, please enter your [% c.cobrand.co
</fieldset>
</form>
+[% IF photos.size %]
+<div class="sticky-sidebar">
+ <aside>
+ <h2>[% loc('Some photos of recent reports') %]</h2>
+ [% FOREACH p IN photos %]
+ <a href="/report/[% p.id %]"><img border="0" height="100"
+ src="/photo/[% p.id %].tn.jpeg" alt="[% p.title | html %]" title="[% p.title | html %]"></a>
+ [% END %]
+ </aside>
+</div>
+[% END %]
+
[% INCLUDE 'footer.html' %]