]> git.sesse.net Git - ccbs/blob - html/templates/user-error.tmpl
Add a template and functions for signalling user errors (as opposed to internal errors).
[ccbs] / html / templates / user-error.tmpl
1 [%# vim:set filetype=html: %]
2 <div>
3   <p>Beklager, det oppsto et problem ved behandlingen av forespørselen din:</p>
4
5   <p><strong>[% message %]</strong></p>
6   
7   <p>Vennligst gå tilbake og prøv igjen.</p>
8 </div>