Skip to content

Commit

Permalink
Merge tag 'vdelete_old_subset_form' into develop
Browse files Browse the repository at this point in the history
v1.1.2
  • Loading branch information
jdejoode committed Jul 18, 2015
2 parents 38cc6c9 + face2cd commit e93b2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clic/web/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from clic.web.api import api, fetchClusters, fetchKeywords
from clic.chapter_repository import ChapterRepository
from clic.web.forms import SubsetForm, BOOKS, SUBSETS
from clic.web.forms import BOOKS, SUBSETS

app = Flask(__name__, static_url_path='')
app.register_blueprint(api, url_prefix='/api')
Expand Down

0 comments on commit e93b2fd

Please sign in to comment.