diff --git a/rapids/templates/rapids/ciduseranswer_detail.html b/rapids/templates/rapids/ciduseranswer_detail.html
index f59bb2ed..e7d5364d 100644
--- a/rapids/templates/rapids/ciduseranswer_detail.html
+++ b/rapids/templates/rapids/ciduseranswer_detail.html
@@ -2,7 +2,9 @@
{% extends 'rapids/base.html' %}
{% block content %}
-{{ciduseranswer.question}}
-{{ciduseranswer.normal}}
-{{ciduseranswer.cid}}
+CID: {{ciduseranswer.cid}}
+{{ciduseranswer.question}}
+Normal: {{ciduseranswer.normal}}
+Answer: {{ciduseranswer.answer}}
+Delete answer
{% endblock content %}
\ No newline at end of file
diff --git a/rapids/templates/rapids/question_detail.html b/rapids/templates/rapids/question_detail.html
index dfc0b14a..8d82ce9d 100755
--- a/rapids/templates/rapids/question_detail.html
+++ b/rapids/templates/rapids/question_detail.html
@@ -22,7 +22,7 @@
Add Note
{% if request.user.is_superuser %}
Admin Edit
-Admin Edit
+User answers
{% endif %}
{% include 'rapids/question_display_block.html' %}
{% endblock %}
\ No newline at end of file