Removing project description from admin forge

master
Nathan Adams 2015-10-27 19:28:24 -05:00
parent 741e64c2d9
commit fef995b1e4
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ able to create new projects and update other non staff users.
<ul>
{if $ownedProjects}
{foreach $ownedProjects as $p}
<li> <a href="{url 'IDF_Views_Project::home', array($p.shortname)}">{$p.name} - {$p.shortdesc}</a> </li>
<li> <a href="{url 'IDF_Views_Project::home', array($p.shortname)}">{$p.name}</a> </li>
{/foreach}
{/if}
</ul>