Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2661 from openjck/1051786-trouble-logging-in-link
Browse files Browse the repository at this point in the history
Fix bug 1051786: Update login trouble bug template
  • Loading branch information
jezdez committed Aug 13, 2014
2 parents 41dff23 + 3548972 commit 03f5fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kuma/users/templates/socialaccount/signup.html
Expand Up @@ -94,7 +94,7 @@ <h1>{{ _('Sign up') }}</h1>
</ul>
</fieldset>
<p class="trouble">
{% trans bug_href='https://bugzilla.mozilla.org/enter_bug.cgi?alias=&assigned_to=nobody%40mozilla.org&attach_text=&blocked=&bug_file_loc=http%3A%2F%2F&bug_ignored=0&bug_mentors=---&bug_severity=normal&bug_status=NEW&cc=jkarahalis%40mozilla.com&cc=lcrouch%40mozilla.com&cf_fx_iteration=---&cf_fx_points=---&comment=&component=Login&contenttypeentry=&contenttypemethod=autodetect&contenttypeselection=text%2Fplain&data=&defined_groups=1&dependson=&description=&flag_type-4=X&flag_type-607=X&flag_type-791=X&flag_type-800=X&flag_type-803=X&form_name=enter_bug&keywords=&maketemplate=Remember%20values%20as%20bookmarkable%20template&op_sys=All&priority=--&product=Mozilla%20Developer%20Network&qa_contact=&rep_platform=All&requestee_type-4=&requestee_type-607=&requestee_type-791=&requestee_type-800=&see_also=&short_desc=&status_whiteboard=%5Bpersona-no-email%5D&target_milestone=---&version=unspecified&format=__standard__' %}
{% trans bug_href='https://bugzilla.mozilla.org/enter_bug.cgi?assigned_to=nobody%40mozilla.org&bug_file_loc=http%3A%2F%2F&bug_ignored=0&bug_severity=normal&bug_status=NEW&cc=jkarahalis%40mozilla.com&cf_fx_iteration=---&cf_fx_points=---&component=Login&contenttypemethod=autodetect&contenttypeselection=text%2Fplain&defined_groups=1&flag_type-4=X&flag_type-607=X&flag_type-791=X&flag_type-800=X&flag_type-803=X&form_name=enter_bug&maketemplate=Remember%20values%20as%20bookmarkable%20template&op_sys=All&priority=--&product=Mozilla%20Developer%20Network&rep_platform=All&status_whiteboard=%5Btrouble-logging-in%5D&target_milestone=---&version=unspecified&format=__standard__' %}
<strong>Having trouble logging in? <a href="{{ bug_href }}" rel="external">Let us know</a>.</strong>
{% endtrans %}
</p>
Expand Down

0 comments on commit 03f5fe7

Please sign in to comment.