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/view-abstracts.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/view-abstracts.html')
-rw-r--r-- | static/website/templates/view-abstracts.html | 3 |
1 files changed, 3 insertions, 0 deletions
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 |