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
1 merge request!35Version 1b openstack rabbitmq
...@@ -57,6 +57,6 @@ function socketIO() { ...@@ -57,6 +57,6 @@ function socketIO() {
$( 'div.message_holder' ).append( '<div><b style="color: #002">'+msg.user_name+'</b> created. WELCOME</div>' ) $( '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 @@ ...@@ -3,10 +3,10 @@
{% block title %} User Registration {% endblock %} {% block title %} User Registration {% endblock %}
{% block head %} {% block head %}
{{ super() }} {{ 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/function.js') }}"></script>
<script src="{{ url_for('static', filename='scripts/application.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"> <style type="text/css">
.important { color: #336699; } .important { color: #336699; }
</style> </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