diff --git a/pagure/forms.py b/pagure/forms.py index 9f691b1..99a3fa9 100644 --- a/pagure/forms.py +++ b/pagure/forms.py @@ -22,7 +22,7 @@ PROJECT_NAME_REGEX = '^[a-zA-z0-9_][a-zA-Z0-9-_]+$' class ProjectFormSimplified(wtf.Form): ''' Form to edit the description of a project. ''' description = wtforms.TextField( - 'description *', + 'Description *', [wtforms.validators.Required()] ) url = wtforms.TextField( diff --git a/pagure/templates/index_auth.html b/pagure/templates/index_auth.html index 7f20b83..f2f291e 100644 --- a/pagure/templates/index_auth.html +++ b/pagure/templates/index_auth.html @@ -178,7 +178,9 @@ {% else %} -

No group found

+
+

No group found

+
{% endfor %}