Isbns, and minor fixes.
[redakcja.git] / src / documents / views.py
index 0fbb3b9..ecc9219 100644 (file)
@@ -369,7 +369,7 @@ def book(request, slug):
         doc = None
     else:
         try:
-            stats = doc.get_statistic()
+            stats = doc.get_statistics()
         except:
             pass