Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Krish Moodbidri
self-reg-form
Commits
6417ebd9
Commit
6417ebd9
authored
Sep 08, 2021
by
Krish Moodbidri
Browse files
fixed broken error message href
parent
cfa04b70
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/templates/auth/SignUp.html
View file @
6417ebd9
...
...
@@ -28,7 +28,7 @@
socket
.
on
(
'
account error
'
,
function
(
msg
)
{
console
.
log
(
msg
);
$
(
'
#myModal2
'
).
modal
(
'
hide
'
);
renderDom
(
"
Account Create Error
"
,
"
{{ error_msg }}
"
,
msg
);
renderDom
(
"
Account Create Error
"
,
"
{{ error_msg
|safe
}}
"
,
msg
);
});
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment