Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
FreneticScribbler committed Jun 27, 2023
1 parent 97094aa commit c2ff718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RIGS/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def search(self, query=None):
return qs


def validate_forum_url(value, requirement):
def validate_forum_url(value):
if not value:
return # Required error is done the field
obj = urlparse(value)
Expand Down

0 comments on commit c2ff718

Please sign in to comment.