liquid_feedback_frontend

view static/js/update_delegation_info.js @ 1191:8259fb540324

Improved installation instructions (mention python-pip package; deal with /usr/sbin/nologin on Ubuntu)
author jbe
date Sun Apr 12 15:11:34 2015 +0200 (2015-04-12)
parents 5ca9de94cb13
children
line source
1 function updateDelegationInfo() {
2 var form = document.getElementById("delegationForm");
3 form.preview.value = "1";
4 form.submit();
5 }

Impressum / About Us