Sunday, September 4, 2011

Need help on Pinax and Django

Hello. I need help on django. I'm using Django project with Pinax. And i need to translate default login page also sign up page fields. But i can't find where should i translate. I found the signup.html but it uses this:

<form class="signup uniForm" id="signup_form" method="post" action="{% url acct_signup %}">
            {% csrf_token %}
            <fieldset class="inlineLabels">
                {{ form|as_uni_form }}
                {% if redirect_field_value %}
                    <input type="hidden" name="{{ redirect_field_name }}" value="{{ redirect_field_value }}" />
                {% endif %}
                <div class="form_block">
                    <input type="submit" value="{% trans "Register &raquo;" %}" />
                </div>
            </fieldset>
</form>

What should i do? And sorry my bad english. Any help?

--
Temulen.O - Software Developer

USI (United Solutions International Inc)
Software Development Company


Building of Enkhuud center, 4th khoroo, 15th khoroolol
Bayanzurkh district, Ulaanbaatar - 51, Mongolia

Phone: 976-70151145
Fax: 976-70141146
P.O.Box: 318-46

Company web address:      http://www.usi.mn
Company e-mail:      info@usi.mn

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment