Show the about page, so that we have another view func ;-)
(request)
| 30 | |
| 31 | @expose("/about") |
| 32 | def about(request): |
| 33 | """Show the about page, so that we have another view func ;-)""" |
| 34 | return render_template("about.html") |
nothing calls this directly
no test coverage detected