Skip to content

Commit

Permalink
Move JavaScript file to landing app so that it would be correcly coll…
Browse files Browse the repository at this point in the history
…ected.
  • Loading branch information
AmbientLighter committed Jan 8, 2019
1 parent ba0c078 commit a4c6d52
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include *.md *.rst
recursive-include src *.html *.txt *.css *.svg *.js
recursive-include src *.html *.txt *.css *.svg
2 changes: 1 addition & 1 deletion src/waldur_core/core/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def render(self, name, value, attrs=None, renderer=None):
class CopyButtonMixin(object):
class Media:
js = (
settings.STATIC_URL + 'waldur_core/copy2clipboard.js',
settings.STATIC_URL + 'landing/js/copy2clipboard.js',
)

def render(self, name, value, attrs=None):
Expand Down

0 comments on commit a4c6d52

Please sign in to comment.