Merge pull request #13 from tildetown/MineRobber9000-patch-1
Fix stats.py to use the new signup linkmaster
commit
31256b1408
|
@ -169,7 +169,7 @@ def tdp():
|
||||||
data = {
|
data = {
|
||||||
'name': 'tilde.town',
|
'name': 'tilde.town',
|
||||||
'url': 'https://tilde.town',
|
'url': 'https://tilde.town',
|
||||||
'signup_url': 'http://goo.gl/forms/8IvQFTDjlo',
|
'signup_url': 'https://cgi.tilde.town/users/signup',
|
||||||
'want_users': True,
|
'want_users': True,
|
||||||
'admin_email': 'nathanielksmith@gmail.com',
|
'admin_email': 'nathanielksmith@gmail.com',
|
||||||
'description': " ".join(l.strip() for l in """
|
'description': " ".join(l.strip() for l in """
|
||||||
|
|
Reference in New Issue