Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
correct notify email label placement geopython#15
  • Loading branch information
cezio committed Mar 5, 2018
1 parent 5feafb5 commit c6b2d28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions GeoHealthCheck/templates/edit_resource.html
Expand Up @@ -22,6 +22,7 @@ <h1 class="page-header">[{{ _('Edit') }}] <span id="resource_title_h1">{{ resour
<tr>
<th>{{ _("Notify emails") }}</th>
<td>
<label>{{ _('You can enter multiple emails separated with comma') }}</label>
<input type="text" id="input_resource_notify_emails" name="resource_notify_emails_value" value="{{ resource.get_recipients('email')|join(', ') }}"/>
</td>
</tr>
Expand Down Expand Up @@ -70,8 +71,6 @@ <h1 class="page-header">[{{ _('Edit') }}] <span id="resource_title_h1">{{ resour
{{ _('Name') }}
</th>
<td>
<label>{{ _('You can enter multiple emails separated with comma') }}</label>

<input type="text" id="input_resource_title" name="resource_title_value" value="{{ resource.title }}" />
</td>
</tr>
Expand Down

0 comments on commit c6b2d28

Please sign in to comment.