From 756d9e437cc0e573558046d7ad2b1e629487865d Mon Sep 17 00:00:00 2001
From: prashantsinalkar
Date: Thu, 23 Aug 2018 16:59:35 +0530
Subject: added new html files
---
static/website/templates/abstract-details.html | 44 ++++++++++
static/website/templates/comment-abstract.html | 98 ++++++++++++++++++++++
static/website/templates/edit-proposal.html | 35 ++++++++
.../registration/password_change_done.html | 47 +++++++++++
.../registration/password_change_form.html | 49 +++++++++++
.../registration/password_reset_complete.html | 41 +++++++++
.../registration/password_reset_confirm.html | 91 ++++++++++++++++++++
.../registration/password_reset_done.html | 41 +++++++++
.../registration/password_reset_form.html | 26 ++++++
static/website/templates/user-register.html | 43 ++++++++++
10 files changed, 515 insertions(+)
create mode 100755 static/website/templates/abstract-details.html
create mode 100755 static/website/templates/comment-abstract.html
create mode 100755 static/website/templates/edit-proposal.html
create mode 100755 static/website/templates/registration/password_change_done.html
create mode 100755 static/website/templates/registration/password_change_form.html
create mode 100755 static/website/templates/registration/password_reset_complete.html
create mode 100755 static/website/templates/registration/password_reset_confirm.html
create mode 100755 static/website/templates/registration/password_reset_done.html
create mode 100755 static/website/templates/registration/password_reset_form.html
create mode 100755 static/website/templates/user-register.html
diff --git a/static/website/templates/abstract-details.html b/static/website/templates/abstract-details.html
new file mode 100755
index 0000000..07dcfc3
--- /dev/null
+++ b/static/website/templates/abstract-details.html
@@ -0,0 +1,44 @@
+{% extends "base.html" %}
+{% load static %}
+ {% block content %}
+
+ Title: {{ proposal.title }} About Me: {{ proposal.about_me | linebreaks }} Abstract: {{ proposal.abstract |linebreaks }} Prerequisite: {{ proposal.prerequisite |linebreaks }} Duration: {{ proposal.duration }} {% if proposal.proposal_type == "ABSTRACT"%} Mins {% else %}Hours {%endif%} Tags: {{ proposal.tags }} Level: {{ proposal.tags }} Date Created: {{ proposal.date_created }} Attachment:
+ {{filename}}
+ Comments:
+ {{ comment.comment| linebreaks }}
+ Abstract Details
+ {{ proposal.user.first_name }} {{ proposal.user.last_name }}
+
+
+ {% for comment in comments %}
+
+ {% endfor %}
+ Edit Abstract Proposal
+ {% else %}
+ Edit Workshop Proposal
+ {% endif %}
+ {{ proposal.user.first_name }} {{ proposal.user.last_name }}
+
+
+
Your password has been reset.
+Please Log in with your new password.
+Please enter your new password twice.
+The password reset link is invalid,
+ possibly because it has already been used.
+ Please request a new password reset.
Email ID is already registered !
+Have you already logged in using social logins ?
+or
+Click Here if you forgot your username or password
+Your Account is Created Successfully !
+ {% endif %} + + + + +{% endblock %} -- cgit
+
Abstract Details
+ {% else %} +Workshop Details
+ {% endif %} +{{ proposal.user.first_name }} {{ proposal.user.last_name }}
+Title: {{ proposal.title }}
+About Me: {{ proposal.about_me |linebreaks }}
+ {% if proposal.proposal_type == "ABSTRACT"%} +Abstract: + {% else %} +
Description: + {% endif %} + {{ proposal.abstract | linebreaks }} +
+ {% if proposal.prerequisite %} +Prerequisite: {{ proposal.prerequisite| linebreaks }}
+ {% endif%} +Duration: {{ proposal.duration }} {% if proposal.proposal_type == "ABSTRACT"%} Mins {% else %}Hours {%endif%}
+ {% if proposal.proposal_type == "ABSTRACT"%} +Tags: {{ proposal.tags }}
+ {% else %} +Level: {{ proposal.tags }}
+ {% endif %} + {% if url %} + Attachment: {{ filename }} + {% endif %} +Date Created: {{ proposal.date_created }}
+ +Ratings
+ {% for rate in rates %} ++
Comments
+ {% for comment in comments %} +{{ comment.comment| linebreaks }}
+ ++ + {% endfor %} + + +