projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'comments'
[zzz-floof.git]
/
floof
/
controllers
/
art.py
diff --git
a/floof/controllers/art.py
b/floof/controllers/art.py
index
9576109
..
d598292
100644
(file)
--- a/
floof/controllers/art.py
+++ b/
floof/controllers/art.py
@@
-21,10
+21,6
@@
class ArtController(BaseController):
if id:
c.art = h.get_object_or_404(Art, id=id)
if id:
c.art = h.get_object_or_404(Art, id=id)
- # def index():
- # c.artwork = Art.query.order_by(Art.id.desc()).all()
- # return render
-
def new(self):
""" New Art! """
return render("/art/new.mako")
def new(self):
""" New Art! """
return render("/art/new.mako")