Commit 5d83a66c authored by Serge S. Koval's avatar Serge S. Koval

Fixed image links.

parent de025273
...@@ -51,7 +51,7 @@ If you start this application and navigate to `http://localhost:5000/admin/ <htt ...@@ -51,7 +51,7 @@ If you start this application and navigate to `http://localhost:5000/admin/ <htt
you should see empty "Home" page with a navigation bar on top you should see empty "Home" page with a navigation bar on top
.. image:: images/quickstart/quickstart_1.png .. image:: images/quickstart/quickstart_1.png
:target: _images/quickstart_1.png :target: ../_images/quickstart_1.png
You can change application name by passing `name` parameter to the `Admin` class constructor:: You can change application name by passing `name` parameter to the `Admin` class constructor::
...@@ -107,7 +107,7 @@ If you will refresh 'Hello' administrative page again you should see greeting in ...@@ -107,7 +107,7 @@ If you will refresh 'Hello' administrative page again you should see greeting in
.. image:: images/quickstart/quickstart_2.png .. image:: images/quickstart/quickstart_2.png
:width: 640 :width: 640
:target: _images/quickstart_2.png :target: ../_images/quickstart_2.png
You're not limited to top level menu. It is possible to pass category name and it will be used as a You're not limited to top level menu. It is possible to pass category name and it will be used as a
top menu item. For example:: top menu item. For example::
...@@ -132,7 +132,7 @@ Will look like this: ...@@ -132,7 +132,7 @@ Will look like this:
.. image:: images/quickstart/quickstart_3.png .. image:: images/quickstart/quickstart_3.png
:width: 640 :width: 640
:target: _images/quickstart_3.png :target: ../_images/quickstart_3.png
Authentication Authentication
-------------- --------------
...@@ -210,7 +210,7 @@ Here is how default list view looks like: ...@@ -210,7 +210,7 @@ Here is how default list view looks like:
.. image:: images/quickstart/quickstart_4.png .. image:: images/quickstart/quickstart_4.png
:width: 640 :width: 640
:target: _images/quickstart_4.png :target: ../_images/quickstart_4.png
If you want to customize model views, you have two options: If you want to customize model views, you have two options:
...@@ -260,7 +260,7 @@ Sample screenshot: ...@@ -260,7 +260,7 @@ Sample screenshot:
.. image:: images/quickstart/quickstart_5.png .. image:: images/quickstart/quickstart_5.png
:width: 640 :width: 640
:target: _images/quickstart_5.png :target: ../_images/quickstart_5.png
You can disable uploads, disable file or directory deletion, restrict file uploads to certain types and so on. You can disable uploads, disable file or directory deletion, restrict file uploads to certain types and so on.
Check :mod:`flask.ext.adminex.ext.fileadmin` documentation on how to do it. Check :mod:`flask.ext.adminex.ext.fileadmin` documentation on how to do it.
......
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