forked from GNUsocial/gnu-social
add url to events
This commit is contained in:
@@ -133,6 +133,13 @@ class EventForm extends Form
|
||||
_('Event location'));
|
||||
$this->unli();
|
||||
|
||||
$this->li();
|
||||
$this->out->input('url',
|
||||
_('URL'),
|
||||
null,
|
||||
_('URL for more information'));
|
||||
$this->unli();
|
||||
|
||||
$this->li();
|
||||
$this->out->input('description',
|
||||
_('Description'),
|
||||
|
Reference in New Issue
Block a user