DemocracyClub / dc_base_theme

🎨 Democracy Club Base Theme
0 stars 7 forks source link

only generate one label tag for fields with auto_id prop (v0.2) #16

Closed chris48s closed 7 years ago

chris48s commented 7 years ago

Closes #15 (for version 0.2).

Note that I've created a new branch v0.2, reset it to e4dc67c and targetted this PR at that branch. This will allow us to update EE's theme dependency to reference the v0.2 branch on this repo so I can progress https://github.com/DemocracyClub/EveryElection/pull/62 without having to do a full theme upgrade.

chris48s commented 7 years ago

Looks like this problem probably doesn't occur in v0.3 because 499c73a removes the block which generates the <label> tag for fields with an auto_id property but not properly tested this.