Skip to content

Commit

Permalink
Fix accidental removal of FAQ text in a79feeb
Browse files Browse the repository at this point in the history
- #59
  • Loading branch information
durden committed May 5, 2016
1 parent 0b70908 commit 89b11a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pskb_website/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def faq():
text = models.read_file('faq.md', rendered_text=True, use_cache=True,
timeout=60 * 60)

return render_template('faq.html')
return render_template('faq.html', text=text)


@app.route('/github_login')
Expand Down

0 comments on commit 89b11a3

Please sign in to comment.