Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian New Member Process
nm.debian.org
Commits
2db4e190
Verified
Commit
2db4e190
authored
Oct 30, 2021
by
Mattia Rizzolo
Browse files
Merge branch 'wizard' of salsa.debian.org:urbec/nm.debian.org
MR:
!34
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parents
061a35e4
0fedba7d
Pipeline
#308621
passed with stage
in 5 minutes and 23 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
wizard/templates/wizard/advocate.html
View file @
2db4e190
...
...
@@ -70,25 +70,11 @@
</tbody>
</table>
{% endif %}
{% elif not request.session.signon_identities %}
{% url 'dm_claim' as dm_claim_url %}
<p>
{% blocktrans %}You are currently logged in
with
<a
href=
"https://wiki.debian.org/DebianSingleSignOn"
>
SSO username
</a>
<b>
{{request.user.username}}
</b>
, but not mapped to any person in the site.
If you are a Debian Maintainer, you can try to correct the situation using the
<a
href=
"{{dm_claim}}"
>
claim interface
</a>
.{% endblocktrans %}
</p>
{% else %}
<p>
{% blocktrans %}You are not currently logged in. See the
<a
href=
"https://wiki.debian.org/DebianSingleSignOn"
>
Single Sign-On page
</a>
for details.{% endblocktrans %}
</p>
<p
class=
"lead"
>
{% trans "This wizard only works when you are logged into the site" %}
</p>
{% endif %}
{% if request.
session.
signon_identities %}
{% if request.signon_identities %}
{% include "wizard/whoami.html" %}
{% endif %}
...
...
wizard/templates/wizard/newprocess.html
View file @
2db4e190
...
...
@@ -20,7 +20,7 @@ and follow the instructions.{% endblocktrans %}
{% endif %}
{% endif %}
{% if request.
session.
signon_identities %}
{% if request.signon_identities %}
{% include "wizard/whoami.html" %}
{% endif %}
...
...
wizard/templates/wizard/whoami.html
View file @
2db4e190
...
...
@@ -16,7 +16,7 @@
{% blocktrans with request_user_username=request.user.username %}You
are currently logged in, but not mapped to any person in the site.
If you are a Debian Maintainer, you can try to correct the situation using the
<a
href=
"{{dm_claim}}"
>
claim interface
</a>
.{% endblocktrans %}
<a
href=
"{{dm_claim
_url
}}"
>
claim interface
</a>
.{% endblocktrans %}
{% url 'public_newnm' as public_newnm_url %}
{% blocktrans %}If you are not yet in the site,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment