diff options
author | hardythe1 | 2014-11-21 19:57:01 +0530 |
---|---|---|
committer | hardythe1 | 2014-11-21 19:57:01 +0530 |
commit | 3fd94fd0526ab64f070676e79bb86d4c43ef16bf (patch) | |
tree | 31e093c01dd8fd67d3cd6b30eb03e0a39501d470 /static/website/templates/abstract-details.html | |
parent | ce8e996bb9cc8edc659bf5edd8370f09f8f62a6f (diff) | |
download | scipy2014-3fd94fd0526ab64f070676e79bb86d4c43ef16bf.tar.gz scipy2014-3fd94fd0526ab64f070676e79bb86d4c43ef16bf.tar.bz2 scipy2014-3fd94fd0526ab64f070676e79bb86d4c43ef16bf.zip |
added logout option on abstracts viewing interface
Diffstat (limited to 'static/website/templates/abstract-details.html')
-rw-r--r-- | static/website/templates/abstract-details.html | 3 |
1 files changed, 3 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> {{ proposal.title }}</p> <p><b>Speaker: </b> {{ proposal.user.first_name }} {{ proposal.user.last_name }}</p> <p><b>Bio: </b> {{ proposal.bio }}</p> |