Skip to content

Commit

Permalink
Clean up HTMLFile Admin
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Nov 20, 2018
1 parent 27e3dd4 commit b5007bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/projects/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,4 @@ def project_count(self, feature):
admin.site.register(Feature, FeatureAdmin)
admin.site.register(EmailHook)
admin.site.register(WebHook)
admin.site.register(HTMLFile)
admin.site.register(HTMLFile, ImportedFileAdmin)

0 comments on commit b5007bb

Please sign in to comment.