diff --git a/.gitignore b/.gitignore index 5391d87..3388dae 100644 --- a/.gitignore +++ b/.gitignore @@ -135,4 +135,7 @@ dmypy.json .pytype/ # Cython debug symbols -cython_debug/ \ No newline at end of file +cython_debug/ + +# npm +node_modules/ \ No newline at end of file diff --git a/forgetmenot/templates/base.html b/forgetmenot/templates/base.html index fcfe2da..f5306c4 100644 --- a/forgetmenot/templates/base.html +++ b/forgetmenot/templates/base.html @@ -1,6 +1,9 @@ +