diff --git a/bornhack/settings/base.py b/bornhack/settings/base.py index 4b7c2934..269257f9 100644 --- a/bornhack/settings/base.py +++ b/bornhack/settings/base.py @@ -29,6 +29,7 @@ INSTALLED_APPS = [ 'shop', 'news', 'utils', + 'villages', 'allauth', 'allauth.account', diff --git a/bornhack/templates/base.html b/bornhack/templates/base.html index 0a8a2b17..cbc2ad57 100644 --- a/bornhack/templates/base.html +++ b/bornhack/templates/base.html @@ -7,7 +7,7 @@ -
diff --git a/bornhack/templates/info.html b/bornhack/templates/info.html index 8582bfb0..8fb93f0b 100644 --- a/bornhack/templates/info.html +++ b/bornhack/templates/info.html @@ -1,6 +1,10 @@ {% extends 'base.html' %} {% load static from staticfiles %} +{% block title %} +Info | {{ block.super }} +{% endblock %} + {% block extra_head %} {% endblock %} @@ -201,16 +205,22 @@ confusing but it is fairly simple: a village is just a spot on the campsite where you and a bunch of your friends/likeminded people camp together. Apart from peoples individual tents which they sleep in, many - villages bring a large common tent where you can hack and hang out during the day. + villages bring a large common tent where you can hack and hang out + during the day.
-Villages can also rent village tents. The details are not in place yet, - but stay tuned for the announcement. The idea is that you order and pay - for a large tent which will then be setup and ready when you arrive. The - tents have wooden floors and you can rent folding tables and chairs as needed. +
Villages can also rent village tents via us, head over to the + + villages section of the shop. + The tents will be ready for when you arrive and will be teared down + again saturday the 3rd of September at 12:00. The tents have optional + floors and you can rent folding tables and chairs as needed. You do not + have to register a village or have a concept to rent a big tent. +
+You can register your village registration here! + If you don't want to make your own village you will possibly be able to + find and join one that suits your interests. + Get in touch if you have any questions!
-Village registration is not finished yet, but stay tuned! - If you don't want to make your own village you will likely - be able to find and join one that suits your interests.
@@ -231,7 +241,6 @@+ |
+
+ {{ invoice.created|date:"b jS, Y" }}
+ |
+
{{ invoice.customorder.customer|linebreaks }}
++ Text + |
+ Price
+
+ {{ invoice.customorder.text|linebreaks }}
+ |
+ {{ invoice.customorder.amount|currency }}
+
+ |
+ Danish VAT (25%)
+ |
+ {{ invoice.customorder.vat|currency }}
+
+ |
+ Total
+ |
+ {{ invoice.customorder.amount|currency }}
+ | |
+Payment should be made by bank transfer to our account in Arbejdernes Landsbank reg. 5371 account no. 0244504 within two weeks from {{ invoice.created|date:"b jS, Y" }} please. Thank you! +
diff --git a/shop/templates/product_detail.html b/shop/templates/product_detail.html index 8841123e..a5408361 100644 --- a/shop/templates/product_detail.html +++ b/shop/templates/product_detail.html @@ -3,6 +3,10 @@ {% load commonmark %} {% load shop_tags %} +{% block title %} +{{ product.name }} | {{ block.super }} +{% endblock %} + {% block shop_content %}+ If this is your first hackercamp the term 'Village' might be confusing but it + is fairly simple: a village is just a spot on the campsite where you and a + bunch of your friends/likeminded people camp together. Apart from peoples + individual tents which they sleep in, many villages bring a large common tent + where you can hack and hang out during the day. +
+ ++ + It is also possible to rent a tent, chairs and tables for villages here. + +
+ +{% if user.is_authenticated %} +Create a village +{% endif %} + +Name | +Description | +Public | +
---|---|---|
+ + {{ village.name }} + + | ++ {{ village.description|truncatewords:50 }} + | ++ + | +