diff --git a/Drillo/db.sqlite b/Drillo/db.sqlite new file mode 100644 index 0000000..bb8f083 Binary files /dev/null and b/Drillo/db.sqlite differ diff --git a/Drillo/templates/create.html b/Drillo/templates/create.html index 9db770f..68e075f 100644 --- a/Drillo/templates/create.html +++ b/Drillo/templates/create.html @@ -7,21 +7,21 @@ Create New Event Page - +
-
+
{% if user %} -
+ -

Event Details Form

+

Event Details Form

{{form.name}} {{form.email}} {{form.shortDesc}} {{form.message}}
{{form.start_date.label}}   :   {{form.start_date}}
{{form.end_date.label}}   :   {{form.end_date}}
- {{form.url}}

Should be same as Event Name



All the Image Links should not contain commas in them.
If more than one Image is present then it should be seperated by comma only

{{form.about}} {{form.crousel}} {{form.sponsors}} - + {{form.url}}

Should be same as Event Name


All the Image Links should not contain commas in them.
If more than one image is present, then it should be seperated by comma only

{{form.about}} {{form.crousel}} {{form.sponsors}} +
{% else %} -

Please login to create an event.

+

Please login to create an event.

{% endif %}
diff --git a/Drillo/templates/login.html b/Drillo/templates/login.html index f19d35c..e5d9ac7 100644 --- a/Drillo/templates/login.html +++ b/Drillo/templates/login.html @@ -7,17 +7,18 @@ Login Page - +
-
-

Login Form

+ +

Welcome!

{% if msg != None %}

{{msg}}

{% endif %} {{form.username}} {{form.password}} - -

Create a new Account  SignUp

+ +

Create a new Account  Signup

- \ No newline at end of file + + diff --git a/Drillo/templates/signup.html b/Drillo/templates/signup.html index 7ab7b45..2fc1773 100644 --- a/Drillo/templates/signup.html +++ b/Drillo/templates/signup.html @@ -7,16 +7,18 @@ SignUp Page - -
-
-

SignUp Form

+ +
+ + + +

SIGN UP

{% if msg != "" %}

{{msg}}

{% endif %} - {{form.username}} {{form.email}}

Password should be 8 characters long.
Which contains one special character, at least one uppercase character and should contain numerics

{{form.password1}} {{form.password2}} {{form.branch}} {{form.library_ID}} {{form.github}} - -

Already having an Account  Login

+ {{form.username}} {{form.email}}

Password should be 8 characters long.
Which contains one special character, at least one uppercase character and should contain numerics

{{form.password1}} {{form.password2}} {{form.branch}} {{form.library_ID}} {{form.github}} + +

Already having an account?  Login