Commit 372775b6 authored by Michal Čihař's avatar Michal Čihař

Better message

parent 4a49801b
...@@ -55,7 +55,7 @@ def validate_repoweb(val): ...@@ -55,7 +55,7 @@ def validate_repoweb(val):
def validate_filemask(val): def validate_filemask(val):
if not '*' in val: if not '*' in val:
raise ValidationError(_('File mask does not contain *')) raise ValidationError(_('File mask does not contain * as a language placeholder!'))
class Project(models.Model): class Project(models.Model):
name = models.CharField(max_length = 100) name = models.CharField(max_length = 100)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment