mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 17:01:06 +03:00
Updating syntax check for Flattr (see #284)
This commit is contained in:
parent
512688990f
commit
b787ec9e34
1 changed files with 2 additions and 2 deletions
|
@ -385,8 +385,8 @@ class FieldValidator():
|
|||
|
||||
# Generic value types
|
||||
valuetypes = {
|
||||
FieldValidator("Hexadecimal",
|
||||
r'^[0-9a-f]+$',
|
||||
FieldValidator("Flattr ID",
|
||||
r'^[0-9a-z]+$',
|
||||
['FlattrID']),
|
||||
|
||||
FieldValidator("HTTP link",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue