Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions pyjobs/core/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ def save(self, commit=True):


class RegisterForm(CustomModelForm, UserCreationForm):

error_messages = {
'password_mismatch': _("Os campos de senha não coincidem."),
}

github = forms.URLField(
label=_("Github (opcional)"),
widget=forms.TextInput(attrs={"placeholder": _("Link do seu GitHub")}),
Expand Down
2 changes: 1 addition & 1 deletion pyjobs/core/templates/user_area/pythonistas-signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h2 class="text-info">{% blocktranslate %} Cadastre-se no maior portal de vagas
</div>
{% endfor %}
<div class="row" style="padding-bottom: 20px;">
<div class="g-recaptcha" data-sitekey="{{RECAPTCHA_SITE_KEY}}"></div>
<div class="mx-auto g-recaptcha" data-sitekey="{{RECAPTCHA_SITE_KEY}}"></div>
</div>
<div class="form-group">
<button class="botao" type="submit" style="margin-top: 20px;">{% translate "ENVIAR"%}</button>
Expand Down
Binary file modified pyjobs/translations/en/LC_MESSAGES/django.mo
Binary file not shown.
Loading