diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/default/about/about.html | 2 | ||||
-rw-r--r-- | templates/web/default/auth/token.html | 2 | ||||
-rw-r--r-- | templates/web/default/my/my.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/web/default/about/about.html b/templates/web/default/about/about.html index dee9fe94c..7219f6320 100644 --- a/templates/web/default/about/about.html +++ b/templates/web/default/about/about.html @@ -4,6 +4,6 @@ <h2>FixMyStreet.com</h2> -<p>FIXME - put in blurb here</p> +[%# FIXME - put in blurb here %] [% INCLUDE 'footer.html' %]
\ No newline at end of file diff --git a/templates/web/default/auth/token.html b/templates/web/default/auth/token.html index ecbf94b83..16dfbb11c 100644 --- a/templates/web/default/auth/token.html +++ b/templates/web/default/auth/token.html @@ -9,7 +9,7 @@ <ul> <li>Link too old or already used</li> <li>URL not copied correctly</li> - <li>FIXME - reasons here</li> + [%# FIXME - add more reasons here %] </ul> [% ELSE %] diff --git a/templates/web/default/my/my.html b/templates/web/default/my/my.html index 1501c2d26..03b180a3a 100644 --- a/templates/web/default/my/my.html +++ b/templates/web/default/my/my.html @@ -11,7 +11,7 @@ [% END %] -<p>FIXME - put in blurb here</p> +[%# FIXME - put in blurb here %] <a href="/auth/change_password">change password</a> |