Drawing and deleting routes
This commit is contained in:
12
transport_accessibility/pt_map/templates/testing.html
Normal file
12
transport_accessibility/pt_map/templates/testing.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
|
||||
{% for x in fruits %}
|
||||
<h1>{{ x }}</h1>
|
||||
{% endfor %}
|
||||
|
||||
<p>In views.py you can see what the fruits variable looks like.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user