aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/oauth2/display_error.html
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>
&nbsp;
<strong class="text-danger">{{the_error.error}}:</strong>
{{the_error.error_description}}

{%endmacro%}