summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--workshop_app/templates/workshop_app/registeration_error.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/workshop_app/templates/workshop_app/registeration_error.html b/workshop_app/templates/workshop_app/registeration_error.html
new file mode 100644
index 0000000..7e2c9d8
--- /dev/null
+++ b/workshop_app/templates/workshop_app/registeration_error.html
@@ -0,0 +1,13 @@
+{% extends 'workshop_app/base.html' %}
+
+{% block title %}
+ Registeration Error
+{% endblock %}
+
+{% block content %}
+ <div class="container" >
+ <br>
+ <h1>Error Occurred While registration</h1>
+ <h3>Please try to <a href="{{ URL_ROOT }}/register"> register again</a> using different username or email and see to it that you fill all the fields.</h3>
+ </div>
+ {% endblock %} \ No newline at end of file