Change your house (cost: 2000 coins or marseybux).
+ {% if v.house %}
+ {% set cost=2000 %}
+
Change your house (cost: {{cost}} coins or marseybux).
+ {% else %}
+ {% set cost=500 %}
+
Join a house (cost: {{cost}} coins or marseybux).
+ {% endif %}
-
-
Cost: {{v.subs_created * 150}} coins
+
Cost: {{(v.subs_created+1) * 100}} coins
diff --git a/files/templates/submit.html b/files/templates/submit.html
index d93a786be..2d33f49b0 100644
--- a/files/templates/submit.html
+++ b/files/templates/submit.html
@@ -26,7 +26,7 @@
{% block stylesheets %}
{% if v %}
-
+
{% if v.agendaposter %}
-
+
{% endif %}
{% endblock %}
diff --git a/seed-db.sql b/seed-db.sql
index 1c5cc1a77..01c299aac 100644
--- a/seed-db.sql
+++ b/seed-db.sql
@@ -54,7 +54,7 @@ INSERT INTO public.badge_defs VALUES
(23,'Landchad','Contributed at least $20'),
(24,'Terminally online turboautist','Contributed at least $50'),
(25,'Footpig','Contributed at least $100'),
-(26,'Rich Bich','Contributed at least $250'),
+(26,'Rich Bich','Contributed at least $500'),
(27,'Lolcow','Beautiful and valid milk provider'),
(28,'Chud','Forced to use the chud theme'),
(60,'Unironically Retarded','Demonstrated a wholesale inability to read the room'),