summaryrefslogtreecommitdiff
path: root/static/website/templates
diff options
context:
space:
mode:
authorhardythe12014-11-21 19:57:01 +0530
committerhardythe12014-11-21 19:57:01 +0530
commit3fd94fd0526ab64f070676e79bb86d4c43ef16bf (patch)
tree31e093c01dd8fd67d3cd6b30eb03e0a39501d470 /static/website/templates
parentce8e996bb9cc8edc659bf5edd8370f09f8f62a6f (diff)
downloadscipy2014-3fd94fd0526ab64f070676e79bb86d4c43ef16bf.tar.gz
scipy2014-3fd94fd0526ab64f070676e79bb86d4c43ef16bf.tar.bz2
scipy2014-3fd94fd0526ab64f070676e79bb86d4c43ef16bf.zip
added logout option on abstracts viewing interface
Diffstat (limited to 'static/website/templates')
-rw-r--r--static/website/templates/abstract-details.html3
-rw-r--r--static/website/templates/view-abstracts.html3
2 files changed, 6 insertions, 0 deletions
diff --git a/static/website/templates/abstract-details.html b/static/website/templates/abstract-details.html
index 88ebc6c..f4cdc48 100644
--- a/static/website/templates/abstract-details.html
+++ b/static/website/templates/abstract-details.html
@@ -8,6 +8,9 @@ Proposal Details
{% block content %}
+ <a style="float:right;" href="{% url 'website:UserLogout' %}" class="btn btn-info">Logout</a>
+ <br>
+ <br>
<p><b>Title: </b>&nbsp;{{ proposal.title }}</p>
<p><b>Speaker: </b>&nbsp;{{ proposal.user.first_name }} {{ proposal.user.last_name }}</p>
<p><b>Bio: </b>&nbsp;{{ proposal.bio }}</p>
diff --git a/static/website/templates/view-abstracts.html b/static/website/templates/view-abstracts.html
index fa475fe..4f19bf5 100644
--- a/static/website/templates/view-abstracts.html
+++ b/static/website/templates/view-abstracts.html
@@ -8,6 +8,9 @@ View Proposals
{% block content %}
+ <a style="float:right;" href="{% url 'website:UserLogout' %}" class="btn btn-info">Logout</a>
+ <br>
+ <br>
<table class="table table-bordered">
<th width=50> Sr #
<th>Title