]> git.parisson.com Git - telemeta.git/commitdiff
ue default ES conf, try to fix lang menu against BIDI
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 20 Jun 2016 21:43:43 +0000 (23:43 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 20 Jun 2016 21:43:43 +0000 (23:43 +0200)
docker-compose.yml
telemeta/templates/telemeta/base.html

index 5cd8f62f4664b8b7a307da97c6f9ccbdb5dbcc2e..3cee694c2103fc61c0a1245f2ad3586e19c529ee 100644 (file)
@@ -46,8 +46,6 @@ broker:
 
 search:
   image: elasticsearch:1
-  volumes:
-    - ./etc/elasticsearch.yml:/etc/elasticsearch/elasticsearch.yml
 
 app:
   build: .
index b4133cd43d62076630ab8a72ab38fb9601db5876..7a4fb90355c64538ad5be8000483bd4a0394ef28 100644 (file)
                                 </li>
                             {% endif %}
                         </ul>
-                        <form id="formlang" action="/i18n/setlang/" method="post" style="display:inline-block;" onchange='this.submit();'>
+                        <form id="formlang" action="/i18n/setlang/" method="post" style="display:inline-block; {% if LANGUAGE_BIDI %}float: left;{% endif %}" onchange='this.submit();'>
                             {% csrf_token %}
                             <select name="language" class="form-control" id="language-selector">
                                 {% for lang in LANGUAGES %}