diff --git a/application/views/projects/detail.php b/application/views/projects/detail.php
index 96bc293..a2447cc 100644
--- a/application/views/projects/detail.php
+++ b/application/views/projects/detail.php
@@ -5,12 +5,14 @@
+access->profile()->id || $this->access->isAdmin()):
+?>
=_('Description');?>
=auto_typography($project['description']);?>
@@ -21,6 +23,14 @@
=_('Delete project');?>
=_('Change title');?>
+
+
=_('Description');?>
+ =auto_typography($project['description']);?>
+
@@ -131,7 +141,6 @@