Mark Walker
Mark Walker
This adds translations tags to the contact app as suggested in [#1648](https://github.com/django/djangoproject.com/issues/1648).
This begins the implementation of translation tags as suggested by [#1648](https://github.com/django/djangoproject.com/issues/1648) Translations tags are added to the accounts templates and gettext added to the placeholders for `ProfileForm`.
This begins the implementation of translation tags as suggested by [#1648](https://github.com/django/djangoproject.com/issues/1648) Translations tags & gettext are added to the aggregator app with this change.
While adding translations to the foundation app and setting up a test meeting I'm seeing the following in the console which appears to suggest a failure to log something; ```...
Just looking at core and there's a models module and a `models.py`. The `models.py` needs deleting.
This fixes #1755 to only return published blog entries, even for staff users. Unpublished entries can still be previewed via the admin.
Adds `"\n"` where it's missing from the translated string and causing errors.
This adds a shell script to aid in the development of the project using docker. Commands would look something like; ``` ./do.sh build ./do.sh start ``` Then if you need...