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
stepUP
Commits
1ec6863a
Commit
1ec6863a
authored
Nov 23, 2013
by
Daniel W Bond
Browse files
Merge branch 'master' of
https://github.com/jrouly/srct-vahack
parents
f6a6ed5c
df49dc78
Changes
2
Hide whitespace changes
Inline
Side-by-side
hackathon/settings/templates/tag.html
0 → 100644
View file @
1ec6863a
hackathon/stepup/views.py
View file @
1ec6863a
...
...
@@ -158,6 +158,14 @@ def all_organization(request):
context_instance
=
RequestContext
(
request
),
)
@
login_required
def
tag
(
request
,
slug
):
return
render_to_response
(
'tag.html'
,
{
# 'name' :
},
context_instance
=
RequestContext
(
request
),
)
@
login_required
def
search
(
request
):
return
render_to_response
(
'search.html'
,
{
...
...
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