Skip to content
Snippets Groups Projects
Commit fc835b11 authored by Mitchell Moore's avatar Mitchell Moore
Browse files

fix error output

parent c43ebdc0
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,6 @@ function socketIO() {
$( 'div.message_holder' ).append( '<div><b style="color: #002">'+msg.user_name+'</b> created. WELCOME</div>' )
}
})
</script>
}
\ No newline at end of file
......@@ -3,10 +3,10 @@
{% block title %} User Registration {% endblock %}
{% block head %}
{{ super() }}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.7.3/socket.io.min.js"></script>
<script src="{{ url_for('static', filename='scripts/function.js') }}"></script>
<script src="{{ url_for('static', filename='scripts/application.js') }}"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.7.3/socket.io.min.js"></script>
<style type="text/css">
.important { color: #336699; }
</style>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment