0

I need to use RightToLeft layout in my form, I use django-right-to-left package and follow instruction in the link:

https://pypi.python.org/pypi/django-right-to-left/

but there is no change.

1 Answers1

1

Something like this should not need django/python library. This is css/html issue and should be solved with those tools. If you do not know how to solve the problem on your own, i suggest you use some css toolbox like bootstrap to solve this issue for you. Look at this:

Right to Left support for Twitter Bootstrap 3

Community
  • 1
  • 1
Odif Yltsaeb
  • 5,575
  • 12
  • 49
  • 80