이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
ben
/
calefaction
의 미러
https://github.com/earwig/calefaction
보기
1
좋아요
1
포크
0
코드
릴리즈
0
활동
소스 검색
Add custom 404.
master
Ben Kurtovic
8 년 전
부모
8aece18afa
커밋
52ffd35abc
2개의 변경된 파일
과
10개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
app.py
+6
-0
templates/404.mako
+ 4
- 0
app.py
파일 보기
@@ -84,5 +84,9 @@ def set_style(style):
abort(404)
return "", 204
@app.errorhandler(404)
def page_not_found(err):
return render_template("404.mako"), 404
if __name__ == "__main__":
app.run(debug=True, port=8080)
+ 6
- 0
templates/404.mako
파일 보기
@@ -0,0 +1,6 @@
<%inherit file="_base.mako"/>
<%block name="title">
404 – ${g.config.get("corp.name") | h}
</%block>
<h1>Error 404</h1>
<p>The page you asked for couldn't be found.</p>
쓰기
미리보기
불러오는 중...
취소
저장