Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
TPA
Anonymous Ticket Portal
Commits
ab3551e0
Commit
ab3551e0
authored
Feb 08, 2021
by
ViolanteCodes
Browse files
fixed bug on moderator landing page that caused project names not to be displayed in template
parent
98454e0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
anonticket/templates/anonticket/moderator.html
View file @
ab3551e0
...
...
@@ -67,7 +67,7 @@
<td
style=
"width:15%"
>
<ul
class=
"list-unstyled"
>
<li><strong>
Project:
</strong></li>
<li>
{{form.instance.linked_project.
short_
name_with_namespace}}
</li>
<li>
{{form.instance.linked_project.name_with_namespace}}
</li>
<li><strong>
Created:
</strong></li>
</li>
{{form.instance.created_at|date:"d M, Y"}}
-{{form.instance.created_at|time:"H:i" }}
</li>
...
...
@@ -155,7 +155,7 @@
<td
style=
"width:15%"
>
<ul
class=
"list-unstyled"
>
<li><strong>
Project:
</strong></li>
<li>
{{form.instance.linked_project.
short_
name_with_namespace}}
</li>
<li>
{{form.instance.linked_project.name_with_namespace}}
</li>
<li><strong>
Created:
</strong></li>
<li>
{{form.instance.created_at|date:"d M, Y" }}
-{{form.instance.created_at|time:"H:i" }}
</li>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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