diff --git a/junction/profiles/admin.py b/junction/profiles/admin.py
index c89fa76c..01695ca9 100644
--- a/junction/profiles/admin.py
+++ b/junction/profiles/admin.py
@@ -6,4 +6,5 @@ class ProfileAdmin(admin.ModelAdmin):
list_display = ('user', 'city', 'contact_no')
search_fields = ('contact_no', 'city')
+
admin.site.register(Profile, ProfileAdmin)
diff --git a/junction/templates/proposals/detail/comments.html b/junction/templates/proposals/detail/comments.html
index 1167ee7c..1f3c1e32 100644
--- a/junction/templates/proposals/detail/comments.html
+++ b/junction/templates/proposals/detail/comments.html
@@ -89,7 +89,7 @@
{% bootstrap_field proposal_comment_form.reviewer %}
{% buttons %}
-