Show More
@@ -4,7 +4,7 b' from boards.views.base import BaseBoardV' | |||||
4 |
|
4 | |||
5 | class StaticPageView(BaseBoardView): |
|
5 | class StaticPageView(BaseBoardView): | |
6 |
|
6 | |||
7 | def get(request, name): |
|
7 | def get(self, request, name): | |
8 | """ |
|
8 | """ | |
9 | Show a static page that needs only tags list and a CSS |
|
9 | Show a static page that needs only tags list and a CSS | |
10 | """ |
|
10 | """ |
General Comments 0
You need to be logged in to leave comments.
Login now