Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(dynamics): added jsmol #9

Merged
merged 2 commits into from
Dec 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ def get_locale():
else:
return 'en'

app.jinja_env.globals['get_locale'] = get_locale

from .blueprints.misc import MiscBlueprint
from .blueprints.admin import AdminBlueprint
from .blueprints.auth import AuthBlueprint
Expand Down
451 changes: 451 additions & 0 deletions app/static/jsmol/JSmol.min.js

Large diffs are not rendered by default.

Loading