Skip to content

Commit 98dafc5

Browse files
committed
Include required errorMsg ID for submitUploadForm to process it.
1 parent 2a367aa commit 98dafc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/dns/templates/dns_import.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h1>
5959
</div>
6060
</tmpl_if>
6161
<tmpl_if name="error">
62-
<div class='alert alert-danger clear'>
62+
<div id='errorMsg' class='alert alert-danger clear'>
6363
<div class='alert-label'>
6464
<strong>
6565
<tmpl_var name="error_txt">

0 commit comments

Comments
 (0)