Skip to content
Snippets Groups Projects
Commit 705802da authored by Ben Adida's avatar Ben Adida
Browse files

tweaked status update message to be shorter

parent b574b13d
Branches
Tags
No related merge requests found
......@@ -497,7 +497,7 @@ def one_election_cast_confirm(request, election):
# status update this vote
if voter and user and user.can_update_status():
status_update_label = voter.user.update_status_template() % "your smart ballot tracker"
status_update_message = "I voted in %s, my smart tracker is %s.. -- %s" % (election.name, cast_vote.vote_hash[:10], get_election_url(election))
status_update_message = "I voted in %s - my smart tracker is %s.. #heliosvoting" % (get_election_url(election),cast_vote.vote_hash[:10])
else:
status_update_label = None
status_update_message = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment