Removed the project list on the public profile page.

This commit is contained in:
Loic d'Anterroches
2010-02-22 20:41:12 +01:00
parent 9653f1a341
commit e2bce19526
2 changed files with 0 additions and 6 deletions

View File

@@ -19,10 +19,6 @@
<div class="issue-submit-info">
<p>{blocktrans}You are looking at the public profile of {$member}.{/blocktrans}</p>
</div>
<h2>{trans 'Projects'}</h2>
<ul>{foreach $projects as $p}
<li><a href="{url 'IDF_Views_Project::home', array($p.shortname)}">{$p}</a></li>
{/foreach}</ul>
{/block}