Skip to content

Commit

Permalink
fix .gitignore to only exclude global static dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Glatthard committed Aug 9, 2015
1 parent 2571d66 commit 237abf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Django development DB
*.sqlite3
# Django static files directory
static
/static

# Bower packages
ipynbsrv/web/static/bower_components
Expand Down
5 changes: 5 additions & 0 deletions ipynbsrv/admin/static/admin/js/user_import.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(function($) {
$(document).ready(function($) {
$("#content-main").append('<div class="module"><a href="/admin/auth/user/import_users/"><button>Import all users from User Backend</button></a></div>');
});
})(django.jQuery);

0 comments on commit 237abf5

Please sign in to comment.