Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
advisor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
SRCT
advisor
Commits
4e6d0c50
Commit
4e6d0c50
authored
Mar 02, 2014
by
Ben Waters
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/srct/advisor
parents
f741bb44
a9987491
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
4 deletions
+5
-4
advisor/mainapp/urls.py
advisor/mainapp/urls.py
+2
-1
advisor/templates/layouts/navbar.html
advisor/templates/layouts/navbar.html
+1
-1
advisor/templates/search/indexes/mainapp/major_text.txt
advisor/templates/search/indexes/mainapp/major_text.txt
+1
-1
advisor/templates/search/indexes/mainapp/minor_text.txt
advisor/templates/search/indexes/mainapp/minor_text.txt
+1
-1
advisor/templates/search/search.html
advisor/templates/search/search.html
+0
-0
No files found.
advisor/mainapp/urls.py
View file @
4e6d0c50
...
...
@@ -22,7 +22,8 @@ urlpatterns = patterns('',
url
(
r
'^api/'
,
include
(
router
.
urls
)),
url
(
r
'^build/'
,
build_trajectory
,
name
=
'build'
),
url
(
r
'^new/'
,
StartTrajectoryView
.
as_view
(),
name
=
'new-trac'
),
url
(
r
'^search/'
,
search
,
name
=
'search'
),
url
(
r
'^compare/'
,
compare
,
name
=
'compare'
),
#url(r'^search/', search, name='search'),
#url(r'^student/(?P<slug>[^/]+)/$', DetailStudent.as_view(),
#name='detail-student'),
url
(
r
'^profile/'
,
profile
,
name
=
'profile-detail'
),
...
...
advisor/templates/layouts/navbar.html
View file @
4e6d0c50
...
...
@@ -12,7 +12,7 @@
<li><a
href=
"#"
>
File Upload
</a></li>
</ul>
<ul
class=
"nav navbar-nav navbar-right"
>
<li><a
href=
"{% url 'search' %}"
>
Search
</a></li>
<li><a
href=
"{% url '
haystack_
search' %}"
>
Search
</a></li>
{% if user.is_anonymous %}
<li><a
href=
"{% url 'django.contrib.auth.views.login' %}"
>
Log In
</a></li>
{% else %}
...
...
advisor/templates/search/indexes/mainapp/major_text.txt
View file @
4e6d0c50
{{ object.
titl
e }}
{{ object.
nam
e }}
{{ object.description }}
advisor/templates/search/indexes/mainapp/minor_text.txt
View file @
4e6d0c50
{{ object.
titl
e }}
{{ object.
nam
e }}
{{ object.description }}
advisor/templates/search.html
→
advisor/templates/search
/search
.html
View file @
4e6d0c50
File moved
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