diff --git a/src/IDF/templates/idf/review/view.html b/src/IDF/templates/idf/review/view.html index 1ac07cd..cb2ca7c 100644 --- a/src/IDF/templates/idf/review/view.html +++ b/src/IDF/templates/idf/review/view.html @@ -2,7 +2,7 @@ {block extraheader}{/block} {block docclass}yui-t1{assign $inCreate = true}{/block} {block body} -{if $form.errors} +{if !$user.isAnonymous() and $form.errors}
{/if} +
|
{if !$user.isAnonymous()}
-
+ {trans 'How to Participate in a Code Review'} {blocktrans}Code review is a process in which @@ -64,7 +66,8 @@ coding standards and the structure of the code and make them want to propose more contributions. {/blocktrans} |