Skip to content

Commit

Permalink
Merge pull request #219 from NAL-i5K/move_organism_admin_statics
Browse files Browse the repository at this point in the history
move static files of admin page of organism to app app
  • Loading branch information
hsiaoyi0504 authored Sep 26, 2018
2 parents 152f52c + bbcbfe4 commit 64d2394
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ def short_description(self, obj):

class Media:
css = {
'all': ('blast/css/organism-admin.css',)
'all': ('app/css/organism-admin.css',)
}
js = ('blast/scripts/organism-admin.js',)
js = ('app/scripts/organism-admin.js',)


admin.site.register(Organism, OrganismAdmin)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 64d2394

Please sign in to comment.