mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Merge branch 'metadata' into 'master'
Updating syntax check for Flattr (see #284) See merge request !309
This commit is contained in:
commit
6dfdc78314
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