Commit 8db79a06 authored by Serge S. Koval's avatar Serge S. Koval

Merge pull request #812 from awsum/patch-1

Small doc fix
parents d2635953 42979702
......@@ -298,7 +298,7 @@ If you want to generate a URL for a particular view method from outside, the fol
admin = Admin(app)
admin.add_view(MyView(endpoint='testadmin'))
In this case, you can generate links by concatenating the view method name with an endpoint::
In this case, you can generate links by concatenating the view method name with an endpoint::
url_for('testadmin.index')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment