chore: Update Navbar component with search form
This commit is contained in:
@@ -65,4 +65,4 @@ class Collection(models.Model):
|
||||
raise ValidationError('Public collections cannot be associated with private adventures. Collection: ' + self.name + ' Adventure: ' + adventure.name)
|
||||
|
||||
def __str__(self):
|
||||
return self.name
|
||||
return self.name
|
||||
|
||||
Reference in New Issue
Block a user