aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/Default.pm
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2014-04-17 10:06:28 +0100
committerStruan Donald <struan@exo.org.uk>2014-04-17 10:06:28 +0100
commit2edcbe06b98e0f1daa11173477b7a90a57efcdbc (patch)
tree7b8ba67246b743ae568bf215810e59dfe19db170 /perllib/FixMyStreet/Cobrand/Default.pm
parent0625dbe113dc88fe707ca1fb036bf0a580781e15 (diff)
parent565c6498aefea0fd39ec7453019bbf86b52672dd (diff)
Merge branch 'improve-contact-form'
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Default.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/Default.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Default.pm b/perllib/FixMyStreet/Cobrand/Default.pm
index d2af4949e..c8bae90e6 100644
--- a/perllib/FixMyStreet/Cobrand/Default.pm
+++ b/perllib/FixMyStreet/Cobrand/Default.pm
@@ -854,6 +854,14 @@ sub prettify_dt {
return Utils::prettify_dt( $dt, 1 );
}
+=head2 extra_contact_validation
+
+Perform any extra validation on the contact form.
+
+=cut
+
+sub extra_contact_validation { (); }
+
sub problem_as_hashref {
my $self = shift;
my $problem = shift;