decide.nolog.cz/app/templates/error.hbs

10 lines
203 B
Handlebars
Raw Normal View History

2014-07-06 17:37:54 +02:00
<div class="box">
<h2>error</h2>
<p>
{{#if is404}}
Could not find the poll you tried to open. Perhaps it was
deleted?
{{else}}
We are sorry. An unexpected error occurred.
{{/if}}
</p>