diff --git a/CHANGELOG.md b/CHANGELOG.md index d6b041d..600330f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ #### v0.6.3 -* +* [#84](https://github.com/Tracman-org/Server/issues/84) Fixed password reset page #### v0.6.2 diff --git a/README.md b/README.md index 1eb18f1..63c07d3 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Tracman will be updated according to [this branching model](http://nvie.com/post #### v0.6.3 -* +* [#84](https://github.com/Tracman-org/Server/issues/84) Fixed password reset page #### v0.6.2 diff --git a/views/admin.html b/views/admin.html index d9df9a4..b9da0e4 100644 --- a/views/admin.html +++ b/views/admin.html @@ -49,8 +49,8 @@ - - + - - - {% if user.id == mapuser.id %}{% endif %} + + + + {% if user.id == mapuser.id %}{% endif %} - - + + + {% endblock %} \ No newline at end of file diff --git a/views/settings.html b/views/settings.html index a0d073e..67e0159 100644 --- a/views/settings.html +++ b/views/settings.html @@ -150,5 +150,5 @@ {% block javascript %} {{super()}} - + {% endblock %} diff --git a/views/templates/base.html b/views/templates/base.html index c6942ac..d9e34b1 100644 --- a/views/templates/base.html +++ b/views/templates/base.html @@ -45,7 +45,7 @@ - + {% endblock %} {% if not noHeader %}{% endif %} diff --git a/views/templates/footer.html b/views/templates/footer.html index 1beecbe..4fc45b6 100644 --- a/views/templates/footer.html +++ b/views/templates/footer.html @@ -13,4 +13,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/views/templates/header.html b/views/templates/header.html index c39221a..1164e80 100644 --- a/views/templates/header.html +++ b/views/templates/header.html @@ -56,4 +56,4 @@ {% endfor %} - \ No newline at end of file + \ No newline at end of file