summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial04.txt
diff options
context:
space:
mode:
authorGabriel Augendre <gabriel@augendre.info>2019-12-21 14:58:46 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-12-31 09:26:13 +0100
commit8e432718b80d8dc3bbcf727dcaced67599a3ee53 (patch)
treec6d7878d01bc7c951197598db1fd0631c91c14c0 /docs/intro/tutorial04.txt
parent00b436adf46a332bf73d49e0a96fdf57f0cb499e (diff)
[3.0.x] Fixed #30780 -- Improved visibility of Getting Help FAQ in tutorials.
Backport of 307c63f9a7c90a21368d8361cd76f48f372413ab from master
Diffstat (limited to 'docs/intro/tutorial04.txt')
-rw-r--r--docs/intro/tutorial04.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/intro/tutorial04.txt b/docs/intro/tutorial04.txt
index c707ba6967..414156b56c 100644
--- a/docs/intro/tutorial04.txt
+++ b/docs/intro/tutorial04.txt
@@ -6,6 +6,11 @@ This tutorial begins where :doc:`Tutorial 3 </intro/tutorial03>` left off. We're
continuing the Web-poll application and will focus on form processing and
cutting down our code.
+.. admonition:: Where to get help:
+
+ If you're having trouble going through this tutorial, please head over to
+ the :doc:`Getting Help</faq/help>` section of the FAQ.
+
Write a minimal form
====================