From 0ab5cb00f5e67d5f002c55a1f5de7478cebb1026 Mon Sep 17 00:00:00 2001 From: Raymond Yee Date: Wed, 14 Sep 2011 09:11:12 -0700 Subject: [PATCH] Created HTML version of API -- pretty ugly but set up to show what type of info you can get when ISBN passed in --- api/templates/isbn.html | 10 ++++++---- core/management/commands/list_editions.py | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/api/templates/isbn.html b/api/templates/isbn.html index 65235e97..21e68d9d 100644 --- a/api/templates/isbn.html +++ b/api/templates/isbn.html @@ -15,6 +15,8 @@ {% for edition in editions %}
  • {{edition.id}} | {{edition.title}} + + {% if edition.covers.all %}