comparison globalneighbors/templates/city.html @ 14:27925261c137

fix broken tests including an aggregious case where we add ourselves as a neighbor to ourself
author Jeff Hammel <k0scist@gmail.com>
date Sun, 25 Jun 2017 14:29:18 -0700
parents 6d89ea94930b
children 21095c9006e5
comparison
equal deleted inserted replaced
13:94af113e498a 14:27925261c137
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>{{ name }}</title> 4 <title>{{ name }}</title>
5 </head> 5 </head>
6 <body> 6 <body>
7 <a href="/"
8 title="back to Global Niehgbors">Home</a>
9
7 <h1>{{ name }}</h1> 10 <h1>{{ name }}</h1>
11
12 <h2 title="location">{{latitude}},{{longitude}}</h2>
8 13
9 <dl> 14 <dl>
10 <dt>Population:</dt> 15 <dt>Population:</dt>
16 <dd>{{ population }}</dd>
11 </dl> 17 </dl>
12 </body> 18 </body>
13 </html> 19 </html>