Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
roomlist
Commits
65865734
Commit
65865734
authored
Oct 26, 2015
by
Ananya Dhawan
Browse files
made link to major page in student search results
parent
12317d90
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/accounts/templates/search/search.html
View file @
65865734
...
...
@@ -48,7 +48,7 @@ SRCT Roomlist • Search Students
<a
href=
"{{ result.object.get_absolute_url }}"
><h4><strong>
{{ result.object.user.get_full_name }}
</strong></h4></a>
</td>
<td>
<h4>
{{ result.object.major }}
</h4>
<a
href=
"{{ result.object.major.get_absolute_url }}"
>
<h4>
{{ result.object.major }}
</h4>
</a>
</td>
</tr>
{% empty %}
...
...
Write
Preview
Markdown
is supported
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