Skip to content

Commit

Permalink
Replace out-of-date "About" page with the hosted knowledge-repo docum…
Browse files Browse the repository at this point in the history
…entation.
  • Loading branch information
matthewwardrop committed Mar 25, 2018
1 parent 7693eda commit f29c8d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 333 deletions.
7 changes: 0 additions & 7 deletions knowledge_repo/app/routes/posts.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,6 @@ def render_legacy():
return redirect(url_for('.render', path=path), code=302)


@blueprint.route('/about', methods=['GET'])
@PageView.logged
def about():
"""Renders about page. This is the html version of REAMDE.md"""
return render_template("about.html")


@blueprint.route('/ajax/post/download', methods=['GET'])
@PageView.logged
@permissions.post_download.require()
Expand Down
Loading

0 comments on commit f29c8d9

Please sign in to comment.