]> git.parisson.com Git - diggersdigest.git/commitdiff
fix IP, locale, add keywords tags
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 15 Feb 2016 22:48:02 +0000 (22:48 +0000)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 15 Feb 2016 22:48:02 +0000 (22:48 +0000)
app/diggersdigest/local_settings.py
app/records/locale/fr/LC_MESSAGES/django.po
app/templates/base.html

index dee156164d661bbfed981265e790e592f32dc213..782aeff1d5904f80e093153fec46d20d84158244 100644 (file)
@@ -66,7 +66,7 @@ FILEBROWSER_SELECT_FORMATS = {
 
 
 #EMAIL_HOST = 'ns224730.ovh.net'
-EMAIL_HOST = '92.222.72.152'
+EMAIL_HOST = '167.114.233.127'
 EMAIL_PORT = '25'
 DEFAULT_FROM_EMAIL = 'admin@diggersdigest.com'
 EMAIL_SUBJECT_PREFIX = "[Digger's digest]"
index ddf5b7f385af670f02187cecb0a382e3d5b36c87..8c3f4e5d4c7835b24349be97011076c43a34ba7a 100644 (file)
@@ -656,7 +656,7 @@ msgstr ""
 
 #: templates/shop/product.html:121
 msgid "Reference"
-msgstr "Référance"
+msgstr "Référence"
 
 #: templates/shop/product.html:126
 msgid "Country"
index 7b56c7c14a090f1a912f74de7f7f270c3d52c583..68ccdd54f78532484d0216db462f2bda0a4d86de 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype html>
 <html lang="{{ LANGUAGE_CODE }}"{% if LANGUAGE_BIDI %} dir="rtl"{% endif %}>
-{% load pages_tags mezzanine_tags i18n staticfiles %}
+{% load pages_tags mezzanine_tags i18n staticfiles keyword_tags %}
 <head>
 <meta http-equiv="Content-type" content="text/html; charset=utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <p class="site-info text-center">
     Copyright &copy; {% now "Y" %} Digger's digest
     <span class="separator">|</span>
-    {% trans "Coded and hosted by" %}
+    {% trans "Coded by" %}
     <a href="http://www.parisson.com">Parisson</a>
     <span class="separator">|</span>
     <a href="/legal-mentions">{% trans "Legal mentions" %}</a>