Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Bug 526468 and Bug 518319: Allow documentation pages in more languages #8

Merged
merged 9 commits into from
Aug 15, 2012

Conversation

sergiocharpineljr
Copy link
Contributor

  • Bug 526468: Can't enter several documentation URLs
  • Bug 518319: Allow documentation pages in more languages
  • move complexity of the views to form classes
  • create base classes to work with our dynamic form JS code

PS: on the cleanup branch I've moved the form classes to forms.py and made those files pep8 compatible.

from django.utils.safestring import mark_safe
from django.contrib.auth.models import User
from django.conf import settings
from django.utils.translation import get_language_info
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep the imports in alphabetical order. (Unless you've already done that in your cleanup branch.)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll do it in cleanup branch.

… necessary because we would have <textarea> inner elements
@bwinton
Copy link
Contributor

bwinton commented Aug 14, 2012

Okay, I think that's all from me. Thanks!

@sergiocharpineljr
Copy link
Contributor Author

Done. Thanks!

bwinton added a commit that referenced this pull request Aug 15, 2012
Bug 526468 and Bug 518319: Allow documentation pages in more languages
@bwinton bwinton merged commit 5f16017 into mozilla:master Aug 15, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants