diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-04 13:49:43 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-04 13:49:43 +0100 |
commit | fb8ddac45d81e40daee88aab963ac09423762e76 (patch) | |
tree | 30d7d18689e9e68a2788363bf6a8508cc5b922ac /templates/web/default/alert | |
parent | 82d106ed1115f4bdfe7a19ddafdd68e38fc0cbe6 (diff) |
Skeleton catalyst alerts page
Diffstat (limited to 'templates/web/default/alert')
-rw-r--r-- | templates/web/default/alert/alert.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/web/default/alert/alert.html b/templates/web/default/alert/alert.html new file mode 100644 index 000000000..7804a2e12 --- /dev/null +++ b/templates/web/default/alert/alert.html @@ -0,0 +1,9 @@ +[% INCLUDE 'header.html', title => loc('Contact') %] + +<h1>[% loc('Local RSS feeds and email alerts') %]</h1> + +<h2>FixMyStreet.com</h2> + +[%# FIXME - put in blurb here %] + +[% INCLUDE 'footer.html' %] |