diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index ec0ad8fc..245d573e 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -534,3 +534,7 @@ footer .icon svg { text-align: right; width: 200px; } + +.hiddenpswp { + display: none; +} diff --git a/ihatemoney/templates/layout.html b/ihatemoney/templates/layout.html index 382f3d91..7a70fc81 100644 --- a/ihatemoney/templates/layout.html +++ b/ihatemoney/templates/layout.html @@ -17,13 +17,6 @@ {%- endif %} - {% if g.lang == 'fr' %} - - - - - {% endif %} - {% block head %}{% endblock %}