-
Jacob Magnusson authored
Since #1238 was merged, `index_view` would be initialized twice, which caused the url of an `index_vew` passed in to `Admin.__init__()` not being read (causing 404s for me
😢 ). This PR fixes that.d5e8d270
Since #1238 was merged, `index_view` would be initialized twice, which caused the url of an `index_vew` passed in to `Admin.__init__()` not being read (causing 404s for me😢 ). This PR fixes that.