summaryrefslogtreecommitdiff
path: root/views/http
diff options
context:
space:
mode:
Diffstat (limited to 'views/http')
-rw-r--r--views/http/village.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/http/village.twig b/views/http/village.twig
index c72018c..c157a04 100644
--- a/views/http/village.twig
+++ b/views/http/village.twig
@@ -341,7 +341,7 @@
</form>
</div>
- {% if village.getBuilding(village.id, 'Marketplace') %}
+ {% if village.getBuilding(village.id, 'PostOffice') %}
<h3>Send Resources</h3>
<form action="/village/{{ village.x }}/{{ village.y }}/send-resources" method="post">
<input type="number" min="1" name="wood" placeholder="Amount Wood" required>