diff --git a/HISTORY.rst b/HISTORY.rst
index 420415d83f..3913f3fd7e 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -73,7 +73,7 @@
- Add redactions app.
- Unify all line endings to be Linux style.
-3.2.7 (2019-08-XX)
+3.2.7 (2019-08-28)
==================
- Fix checkout form bug. Thanks to Lucius Schaerer
(@lschaer1) for the report.
@@ -102,6 +102,12 @@
for the report.
- Rename the MAYAN_USER_GUID environment variable
to MAYAN_USER_GID.
+* Add automatic adjustment of HTML body on navigation
+ bar changes. Closes GitLab issue #643. Thanks to
+ Light Templar (@LightTemplar) for the report.
+* Unify all line endings to be Linux style.
+* Make sure system alerts don't appear under
+ floating elements.
3.2.6 (2019-07-10)
==================
diff --git a/README.md b/README.md
index cc0cb970fa..37026453b4 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
+[](https://paypal.me/MayanEDMS)
[![pypi][pypi]][pypi-url]
[![builds][builds]][builds-url]
-[![coverage][cover]][cover-url]
![python][python]
![license][license]
[](https://hub.docker.com/r/mayanedms/mayanedms/)
[](https://hub.docker.com/r/mayanedms/mayanedms/)
-[](https://microbadger.com/images/mayanedms/mayanedms)
+
[pypi]: http://img.shields.io/pypi/v/mayan-edms.svg
[pypi-url]: http://badge.fury.io/py/mayan-edms
@@ -43,6 +43,20 @@
+
Book
+
+The pre-release version of the book "Exploring Mayan EDMS" available now at a discounted price!
+
+
+ {% blocktrans with icon_social_paypal as icon_social_paypal%}
+ Besides donations you can also support the project by purchasing a copy of the book "Exploring Mayan EDMS" by Roberto Rosario. The book is available on pre-release format at a discounted price for a limited time.
+ {% endblocktrans %}
+
+
{% blocktrans with icon_documentation as icon_documentation and icon_wiki as icon_wiki %}
The complete list of changes is available via the Release notes {{ icon_documentation }} or the short version Changelog {{ icon_documentation }}.
diff --git a/mayan/apps/appearance/templates/appearance/base.html b/mayan/apps/appearance/templates/appearance/base.html
index 5824d82cd6..55a5e0e3e5 100644
--- a/mayan/apps/appearance/templates/appearance/base.html
+++ b/mayan/apps/appearance/templates/appearance/base.html
@@ -23,38 +23,40 @@
{% block content_plain %}{% endblock %}
{% else %}
-
-
- {% common_check_sqlite as check_sqlite %}
- {% if common_check_sqlite %}
-
{% trans 'Warning' %} {% trans 'Settings updated, restart your installation for changes to take proper effect.' %}
+
+ {% endif %}
+
+
+
{% include 'appearance/calculate_form_title.html' %}
{# action menu #}
{% navigation_resolve_menus names='object,secondary' sort_results=True as action_menus_link_results %}
{% if action_menus_link_results %}