diff --git a/amadeus/settings.py b/amadeus/settings.py index d02e67e..e9297c8 100644 --- a/amadeus/settings.py +++ b/amadeus/settings.py @@ -139,7 +139,7 @@ TIME_ZONE = 'America/Recife' USE_I18N = True -USE_L10N = False +USE_L10N = True USE_TZ = True diff --git a/forum/templates/forum/forum_form.html b/forum/templates/forum/forum_form.html index dd7fe3d..ed6abc3 100644 --- a/forum/templates/forum/forum_form.html +++ b/forum/templates/forum/forum_form.html @@ -7,6 +7,9 @@