diff options
Diffstat (limited to 'smarty/templates/rpmphp')
-rw-r--r-- | smarty/templates/rpmphp/main.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smarty/templates/rpmphp/main.tpl b/smarty/templates/rpmphp/main.tpl index 7456773..6f12fdf 100644 --- a/smarty/templates/rpmphp/main.tpl +++ b/smarty/templates/rpmphp/main.tpl @@ -44,7 +44,7 @@ {/foreach} </ul> </div><!-- /ariane --> -{if not $name} +{if $name_required and not $name} <h1>Missing package name</h1> <form action="?" method="get"> <p>You have not specified any package name.</p> |