Browse Source

Add name attribute to div

Having names on `div` elements make it easier to `xpath` them and customize.

Also for consistency with `becomecooperator` view, [here](c7e96297a3/easy_my_coop_website/views/subscription_template.xml (L219))
pull/74/head
Enrico Stano 4 years ago
committed by GitHub
parent
commit
cf199a5bb6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      easy_my_coop_website/views/subscription_template.xml

2
easy_my_coop_website/views/subscription_template.xml

@ -544,7 +544,7 @@
</t>
</select>
</div>
<div class="form-group">
<div name="share_div" class="form-group">
<table style="width:80%">
<tr>
<td width="30%">

Loading…
Cancel
Save