Blame view

common/templates/error.html 83 Bytes
janek37 authored
1
2
<p id="erroralert" style="display:{{ error|yesno:",none" }}">
    {{ error }}
janek37 authored
3
</p>