• Jacob Magnusson's avatar
    Don’t initialize index_view twice · d5e8d270
    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