diff options
Diffstat (limited to 'templates/web/default/tokens/error.html')
-rw-r--r-- | templates/web/default/tokens/error.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/tokens/error.html b/templates/web/default/tokens/error.html index 76e22c119..e3fa6c170 100644 --- a/templates/web/default/tokens/error.html +++ b/templates/web/default/tokens/error.html @@ -2,7 +2,7 @@ <h1>[% loc('Error') %]</h1> -[% contact_url = c.cobrand.url('/contact'); %] +[% contact_url = c.uri_for('/contact'); %] <p>[% tprintf( loc('Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href="%s">please let us know what went on</a> and we\'ll look into it.'), contact_url ) %]</p> |