diff --git a/contacts/from_door b/contacts/from_door index 979020f5..9ac4fc91 100755 --- a/contacts/from_door +++ b/contacts/from_door @@ -5,3 +5,5 @@ echo "select hashtag, tag, email, username, first_name, last_name, date_joined, last_login, is_active from auth_user left join hackman_payments_paymenttag on auth_user.id == hackman_payments_paymenttag.user_id order by email;" | ssh pi@door.dimsumlabs.com -p 2222 sqlite3 -csv -header /var/www/hackman/db.sqlite3 +# TODO uclc + diff --git a/contacts/from_mailinglist b/contacts/from_mailinglist index 3322fcdb..f7a72f6c 100755 --- a/contacts/from_mailinglist +++ b/contacts/from_mailinglist @@ -6,3 +6,5 @@ echo "name,email" ssh -t dimsumlabs.com sudo list_members -f dimsumlabs-members |sed -e '//,\1/' |sort +#TODO uclc + diff --git a/docs/template.html b/docs/template.html index 663d8347..5333554a 100644 --- a/docs/template.html +++ b/docs/template.html @@ -91,7 +91,10 @@
${grid_header}${grid}
- Data last updated ${time_now} + Data last updated ${time_now} + + +