Add new pagination variables to the Variables page in the docs site. #942
This commit is contained in:
parent
65f0d66e39
commit
dc39f02132
|
@ -258,10 +258,18 @@ following is a reference of the available data.
|
||||||
<td><p><code>paginator.previous_page</code></p></td>
|
<td><p><code>paginator.previous_page</code></p></td>
|
||||||
<td><p>The number of the previous page.</p></td>
|
<td><p>The number of the previous page.</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><p><code>paginator.previous_page_path</code></p></td>
|
||||||
|
<td><p>The path to the previous page.</p></td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><p><code>paginator.next_page</code></p></td>
|
<td><p><code>paginator.next_page</code></p></td>
|
||||||
<td><p>The number of the next page.</p></td>
|
<td><p>The number of the next page.</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><p><code>paginator.next_page_path</code></p></td>
|
||||||
|
<td><p>The path to the next page.</p></td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue