needs moderation
This commit is contained in:
parent
3420394a0f
commit
b3f127f197
|
@ -16,10 +16,6 @@ Villages | {{ block.super }}
|
|||
tent, chairs and tables in the shop!
|
||||
</p>
|
||||
|
||||
{% if user.is_authenticated and not camp.read_only %}
|
||||
<a href="{% url 'village_create' camp_slug=camp.slug %}" class="btn btn-primary">Create a new {{ camp.title }} village</a>
|
||||
{% endif %}
|
||||
|
||||
<hr />
|
||||
{% if villages %}
|
||||
<table class="table table-hover table-condensed table-striped">
|
||||
|
|
Loading…
Reference in a new issue