blob: 9abe02c4126c04e9779f4f555a5acad9a350872f (
plain)
1
2
3
4
5
6
7
8
9
10
|
{%macro display_error(title, the_error)%}
<strong>{{title}}</strong>:
<span class="glyphicon glyphicon-exclamation-sign text-danger">
</span>
<strong class="text-danger">{{the_error.error}}:</strong>
{{the_error.error_description}}
{%endmacro%}
|