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
c50fae19
Unverified
Commit
c50fae19
authored
May 16, 2021
by
urbec
🐣
Committed by
Pierre-Elliott Bécue
May 16, 2021
Browse files
fixing yet another instance of uid needs to be looked up in ldap_fields
Signed-off-by:
Pierre-Elliott Bécue
<
becue@crans.org
>
parent
694a806d
Pipeline
#255267
passed with stage
in 5 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
process/templates/process/amdashboard.html
View file @
c50fae19
...
...
@@ -81,7 +81,7 @@ table.inconsistency_table tbody {
{% if user.am.slots or am_prog_am or am_prog_hold %}
<h2
class=
"mt-3"
>
{% trans "Application Manager" %}
</h2>
<p>
{% blocktrans with visitor_uid=user.uid %}Hello
<b>
{{visitor_uid}}
</b>
,
<p>
{% blocktrans with visitor_uid=user.
ldap_fields.
uid %}Hello
<b>
{{visitor_uid}}
</b>
,
here is a list of New Member applicants who are assigned to you:{% endblocktrans %}
</p>
<h3
class=
"mt-3"
>
{% trans "Applicants to process" %}
</h3>
...
...
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