chore: Update Navbar component with search form

This commit is contained in:
Sean Morley
2024-07-20 21:39:33 -04:00
parent f44a6a2dfd
commit b3c76b054c
7 changed files with 3 additions and 3 deletions

View File

@@ -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