# HG changeset patch # User Laurent Peuch # Date 1551195012 -3600 # Node ID 30b83cf45dd4faadbd4705f4388087b358d2c168 # Parent 6c23631b887ee12ed5a08e56b1979e8f66afdd74 [doc] add actual link to previous post diff -r 6c23631b887e -r 30b83cf45dd4 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