We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6883e commit cc139fdCopy full SHA for cc139fd
templates/common/error_handler.html.tpl
@@ -3,9 +3,11 @@
3
<div class="col-sm-1"></div>
4
<div class="alert alert-danger alert-dismissible col-sm-10" role="alert">
5
<button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">×</span>
6
- <span class="sr-only">Close</span></button>{RES:errormsg}
+ <span class="sr-only">Close</span></button>{RES:ErrorMessageTitle}
7
<br/>
8
- <span id="campione_record_inccampioneErrorBlock">{Error}</span>
+ <!-- BEGIN Errors -->
9
+ <span>{Error}</span>
10
+ <!-- END Errors -->
11
</div>
12
13
0 commit comments