Skip to content

Commit 036295e

Browse files
committed
html
1 parent 0347aa0 commit 036295e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/website/views.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ def quickstart_template(n=0, app_name="myapp"):
129129

130130
@liveview(perm=NO_PERM_REQUIRED, base_template=base_template)
131131
def documentation(request):
132+
h2("Tutorials")
133+
ul(li(a("Getting Started", href=begin.reverse()), " - a walk-through from scratch that gets you up and running"))
134+
132135
h2("Documentation")
133136
p("Documentation explaining and showing how Hypergen works.")
134137
with ul():
@@ -152,9 +155,6 @@ def documentation(request):
152155
li(a("Shoot 'Em Duck", href=shoot_em_up.reverse()))
153156
li(a("Chat app using websockets", href=chat.reverse()), sep=" ")
154157

155-
h2("Tutorials")
156-
ul(li(a("Getting Started", href=begin.reverse()), " - a walk-through from scratch that gets you up and running"))
157-
158158
h2("Other template implementations")
159159
with ul():
160160
li(a("Game of life in pure c++ with Cython", href=gameofcython.reverse()),

0 commit comments

Comments
 (0)