diff options
| author | Vidhi Singh <vidhiii0909@gmail.com> | 2026-04-28 20:17:45 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-28 09:47:45 -0500 |
| commit | 5aad03ea38cc34137fda2715499ed4c7a62d20c0 (patch) | |
| tree | 6bd32f5834bc5e99aaa580a7dfe9ef72cc920d30 | |
| parent | bcc49d6d4c546303d738d73b973e6aac766767df (diff) | |
Remove GitHub auth link on registration page (#2466)
The GitHub auth flow works for Trac, not the main site. Having the link
here is misleading.
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
| -rw-r--r-- | djangoproject/templates/registration/registration_form.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/djangoproject/templates/registration/registration_form.html b/djangoproject/templates/registration/registration_form.html index b0c7ac19..0d8e9659 100644 --- a/djangoproject/templates/registration/registration_form.html +++ b/djangoproject/templates/registration/registration_form.html @@ -5,13 +5,6 @@ {% block content %} <h1>{% translate "Create an account" %}</h1> - - <p> - {% blocktranslate trimmed %} - Or, <a href="https://code.djangoproject.com/github/login">login with GitHub</a>. - {% endblocktranslate %} - </p> - {% if form.errors %} <p class="errors">{% translate "Please correct the errors below:" %} {{ form.non_field_errors }}</p> {% endif %} |
