django-passkeys
django-passkeys copied to clipboard
HTML and Javascript code cleanup
- currently the html and javascript for the passkeys package is separated into multiple files which can be combined into one html and one javascript file for easier integration
- The javascript contains django template tags, is poorly structured, should be done by function parameters instead
- files with .js ending are actually django templates which confuses text editors
You can open PR for that
Also check #27
see #48