[documentation] fix url to generators.png (#3220)
* Update index.txt
* [documentation] fix path to png, add {next} link to next page
* [documentation] fix url to generators.png
This commit is contained in:
parent
0a5187a93e
commit
343d773bb0
1 changed files with 1 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ We added `published`, `route` in the DocType
|
|||
|
||||
**Note:** The field `route` is mandatory
|
||||
|
||||

|
||||
<img class="screenshot" alt="Generator fields" src="{{docs_base_url}}/assets/img/generators.png">
|
||||
|
||||
#### 2. Added Website Generator to Hooks
|
||||
|
||||
|
|
@ -86,5 +86,4 @@ If you add a method `get_list_view` in the controller file (job_opening.py), you
|
|||
def get_list_context(context):
|
||||
context.title = _("Jobs")
|
||||
context.introduction = _('Current Job Openings')
|
||||
|
||||
{next}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue