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
La Quadrature du Net
Respect My Net
Commits
dd6da820
Commit
dd6da820
authored
Feb 10, 2016
by
Okhin
Browse files
Let's use result.text to displaythe object
parent
d6ae182a
Changes
1
Hide whitespace changes
Inline
Side-by-side
nnmon/templates/search/search.html
View file @
dd6da820
...
...
@@ -27,7 +27,7 @@
<ul>
{% for result in page.object_list %}
<li>
<a
href=
"{{ result.object.get_absolute_url }}"
>
{{ result.
ojec
t }}
</a>
<a
href=
"{{ result.object.get_absolute_url }}"
>
{{ result.
tex
t }}
</a>
</li>
{% empty %}
<li>
No results found.
</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