Skip to content

Commit 9b2fd78

Browse files
committed
add a link to the pagination page
1 parent 4ed867c commit 9b2fd78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/biggerapp/templates/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ <h2>{{ todo.title }}</h2>
88
{% else %}
99
<em>Unbelievable. No todos here so far <a href="/add">Add one</a></em>
1010
{% endfor %}
11+
<br/>
12+
<a href="{{ url_for('pagination') }}">See pagination</a>
1113
{% endblock %}

0 commit comments

Comments
 (0)