Commit 3ab3d886 authored by Jan Enzo Salvador's avatar Jan Enzo Salvador

Fixed a typo

parent 6bdcbaed
......@@ -27,3 +27,5 @@ class Books(models.Model):
def get_absolute_url(self):
return reverse('book-details', kwargs={'pk':self.pk})
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment