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
71779f28
Commit
71779f28
authored
Feb 08, 2021
by
MariaV
Browse files
Merge branch 'typo' into 'master'
Fix a typo See merge request
!74
parents
7aab53c5
9597f1a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
anonticket/templates/anonticket/user_landing.html
View file @
71779f28
...
...
@@ -46,7 +46,7 @@
<p
class=
'mt-4 mb-0'
>
<ul>
<li>
{% url 'project-list' results.user_identifier as project_list_url %}
<a
href=
"{{project_list_url}}"
>
See a list all projects
</a>
that
<a
href=
"{{project_list_url}}"
>
See a list
of
all projects
</a>
that
currently take ticket reports via Anon-Ticket. Each project
listed links to a detail page with a list of current issues.
</li>
<li>
{% url 'issue-search' results.user_identifier as search_url %}
...
...
@@ -176,4 +176,4 @@
</div>
</div>
{% endif %}
{% endblock %}
\ No newline at end of file
{% endblock %}
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