doc/tutorials/advanced/part04_ui-base.rst
branch3.26
changeset 12459 dc793c6ebc48
parent 12452 eabea792525e
child 12403 d901fc62eb01
--- a/doc/tutorials/advanced/part04_ui-base.rst	Thu Feb 21 18:49:24 2019 +0100
+++ b/doc/tutorials/advanced/part04_ui-base.rst	Thu Feb 21 18:51:36 2019 +0100
@@ -19,7 +19,7 @@
 
 * customize the 404 page, proposing to login to anonymous.
 
-Here is the code, samples from my cube's `views.py` file:
+Here is the code, samples from my cube's :file:`views.py` file:
 
 .. sourcecode:: python
 
@@ -80,6 +80,8 @@
 simpler index page that simply list available folders (e.g. photo albums in that
 site).
 
+Here is the code, samples from my cube's :file:`views.py` file:
+
 .. sourcecode:: python
 
     from cubicweb.web.views import startup