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!
|
tent, chairs and tables in the shop!
|
||||||
</p>
|
</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 />
|
<hr />
|
||||||
{% if villages %}
|
{% if villages %}
|
||||||
<table class="table table-hover table-condensed table-striped">
|
<table class="table table-hover table-condensed table-striped">
|
||||||
|
|
Loading…
Reference in a new issue