1
+
2
+ <div class =" placeDetails" >
3
+ <p > {{ placeName }} </p >
4
+ <p > {{ placeStreet }} </p >
5
+ <p > {{ placePostcode }} </p >
6
+ </div >
7
+
8
+ <form class =" moreDetails" method =" GET" action =" /add/details?" >
9
+
10
+ Category:<br >
11
+ <input type =" checkbox" name =" clothes" value =" clothes" >
12
+ <label for =" clothes" >Clothes</label >
13
+ <input type =" checkbox" name =" barsandrestaurants" value =" barsandrestaurants" >
14
+ <label for =" barsandrestaurants" >Bars & Restaurants</label >
15
+ <input type =" checkbox" name =" cafés" value =" cafés" >
16
+ <label for =" cafés" >Cafés</label >
17
+ <input type =" checkbox" name =" Groceries" value =" Groceries" >
18
+ <label for =" Groceries" >Groceries</label >
19
+ <input type =" checkbox" name =" Entertainment" value =" Entertainment" >
20
+ <label for =" Entertainment" >Entertainment</label >
21
+ <input type =" checkbox" name =" Other" value =" Other" >
22
+ <label for =" Other" >Other</label >
23
+
24
+ Description:<br >
25
+ <input type =" text" name =" description" >
26
+
27
+ Values:<br >
28
+ <input type =" checkbox" name =" Organic" value =" Organic" >
29
+ <label for =" Organic" >Organic</label >
30
+ <input type =" checkbox" name =" Eco" value =" Eco" >
31
+ <label for =" Eco" >Eco</label >
32
+ <input type =" checkbox" name =" Livingwage" value =" Livingwage" >
33
+ <label for =" Livingwage" >Living Wage</label >
34
+ <input type =" checkbox" name =" Veg*n" value =" Veg*n" >
35
+ <label for =" Veg*n" >Veg*n</label >
36
+ <input type =" checkbox" name =" Fairtrade" value =" Fairtrade" >
37
+ <label for =" Fairtrade" >Fairtrade</label >
38
+ <input type =" checkbox" name =" Non-profit" value =" Non-profit" >
39
+ <label for =" Non-profit" >Non-profit</label >
40
+ <input type =" checkbox" name =" Socialenterprise" value =" Socialenterprise" >
41
+ <label for =" Socialenterprise" >Social Enterprise</label >
42
+ <input type =" checkbox" name =" Bulkbins" value =" Bulkbins" >
43
+ <label for =" Bulkbins" >Bulk bins available</label >
44
+ <input type =" checkbox" name =" Tacklingwaste" value =" Tacklingwaste" >
45
+ <label for =" Tacklingwaste" >Tackling waste</label >
46
+
47
+ Comment:<br >
48
+ <input type =" text" name =" description" >
49
+
50
+ <input type =" submit" name =" submit" >Submit
51
+ </form >
0 commit comments