We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1973c commit cd66ccbCopy full SHA for cd66ccb
1 file changed
website/user_profile/templates/register.html
@@ -144,7 +144,7 @@ <h5 class="mb-4" style="font-size: 2.2vw;color:#528CDD;">Programming community o
144
console.log($(this).val())
145
if($(this).val() != $('#id_password1').val())
146
{
147
- $("#msg3").html("<h2>*passwords do not match*</h2>")
+ $("#msg3").html("Passwords do not match!\n")
148
}
149
else
150
@@ -158,6 +158,7 @@ <h5 class="mb-4" style="font-size: 2.2vw;color:#528CDD;">Programming community o
158
console.log(jqXHR)
159
console.log(textStatus)
160
console.log(errorThrown)
161
+ alert(errorThrown)
162
163
})
164
</script>
0 commit comments