summaryrefslogtreecommitdiff
path: root/static/website/templates/abstract-details.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/website/templates/abstract-details.html')
-rw-r--r--static/website/templates/abstract-details.html3
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>&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>