# HG changeset patch # User Laurent Peuch # Date 1551195012 -3600 # Node ID 3b2a1f1e99eb5efbcb2471992218f7efe9ba180c # Parent 5d56ccccd45ac51976ebfdbdeaa961e4b94ccdbb [doc] add actual link to previous post diff -r 5d56ccccd45a -r 3b2a1f1e99eb doc/tutorials/advanced/part05_ui-advanced.rst --- a/doc/tutorials/advanced/part05_ui-advanced.rst Tue Feb 26 16:29:54 2019 +0100 +++ b/doc/tutorials/advanced/part05_ui-advanced.rst Tue Feb 26 16:30:12 2019 +0100 @@ -94,7 +94,7 @@ attribute of the incoming request (e.g. `self._cw`). I won't explain again the :func:`registration_callback` stuff, you should understand it -now! If not, go back to previous posts in the series :) +now! If not, go back to `previous post in the series`_ :) Fine. Now all I've to do is to add a bit of CSS to get it to behave nicely (which is not the case at all for now). I'll put all this in a :file:`cubes.sytweb.css` @@ -383,3 +383,4 @@ .. _`CubicWeb 3.10`: http://www.cubicweb.org/blogentry/1330518 .. _`here`: http://webdesign.about.com/od/css3/f/blfaqbgsize.htm +.. _`previous post in the series`: part04_ui-base.rst