Skip to content

Commit

Permalink
Fix field name.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Oct 4, 2016
1 parent 0e297dd commit 9593453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kronolith/templates/smartmobile/event_form.html.php
Expand Up @@ -55,7 +55,7 @@
<div data-role="collapsible">
<h3><?php echo _("Attendees")?></h3>
<label for="attendees"><?php echo _("Attendees")?></label>
<input id="attendees" name="attendeees" type="email" />
<input id="attendees" name="attendees" type="email" />
</div>
<div data-role="collapsible">
<h3><?php echo _("Alarm")?>
Expand Down

0 comments on commit 9593453

Please sign in to comment.