Added a patreon page to the donations

This commit is contained in:
xemeds
2020-08-18 12:20:07 +03:00
parent 543686dbe8
commit 789afe8554
5 changed files with 18 additions and 11 deletions
-1
View File
@@ -39,7 +39,6 @@ def validate_URL(form, field):
# Add http:// to the beginning of the URL
field.data = "http://" + field.data
class URLForm(FlaskForm):
url = StringField(validators=[DataRequired(),
Length(min=4, max=2000, message="Invalid URL Length"),