rewrite routing to list
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Welcome to groclist</title>
|
||||
<title>Items on your list</title>
|
||||
<meta name="viewpoint" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h2>Welcome to GrocList<h2>
|
||||
<br>
|
||||
Hello userid: {{ userid }}
|
||||
Hello {{ id }}
|
||||
<p>Click <a href="/list/"{{ id }}>List</a> to view shopping list</p>
|
||||
<p>Click <a href="/">here</a> to go home. </p>
|
||||
</div>
|
||||
</body>
|
||||
Reference in New Issue
Block a user