diff --git a/bin/get_cands b/bin/get_cands index bbe57c7d0c..d90d695ef0 100755 --- a/bin/get_cands +++ b/bin/get_cands @@ -112,6 +112,7 @@ foreach my $con ($cons_rs->all) { $curr_cand->party->name, ' / ', $curr_cand->twitter; $curr_cand->delete; + $changed = 1; } if ($changed) { diff --git a/ttlib/party.tt b/ttlib/party.tt index dae501c97c..feb6cc63c5 100644 --- a/ttlib/party.tt +++ b/ttlib/party.tt @@ -1,3 +1,4 @@ +[% USE Dumper -%] [% WRAPPER page.tt -%]
@@ -9,8 +10,10 @@
+