Auth
send_contact(context, data_dict)
ΒΆ
Auth for sending the contact form, always returns true.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
context
|
|
required | |
data_dict
|
|
required |
Source code in ckanext/contact/auth.py
10 11 12 13 14 15 16 17 18 | |