Fixed: Show search for existing series that finds no results

This commit is contained in:
Mark McDowall
2014-10-23 16:55:25 -07:00
parent 8b3fd95d55
commit d017c40747
6 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ define(
], function (Marionette) {
return Marionette.CompositeView.extend({
template: 'AddSeries/NotFoundTemplate',
template: 'AddSeries/NotFoundViewTemplate',
initialize: function (options) {
this.options = options;