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
df49dc78
Commit
df49dc78
authored
Nov 23, 2013
by
Ben Waters
Browse files
adding tag shit
parent
0f974d09
Changes
2
Show whitespace changes
Inline
Side-by-side
hackathon/settings/templates/tag.html
0 → 100644
View file @
df49dc78
hackathon/stepup/views.py
View file @
df49dc78
...
...
@@ -131,6 +131,14 @@ def organization(request, slug):
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