Remove link to create a new place outside of the event creation pipeline
This commit is contained in:
parent
29e58be896
commit
fe8a1f625f
1 changed files with 0 additions and 6 deletions
|
@ -3,11 +3,5 @@
|
|||
{% block content %}
|
||||
{% include "events/place_list.html" %}
|
||||
|
||||
{% if request.user.is_authenticated %}
|
||||
<br/>
|
||||
<form action="{% url 'create-place' %}" method="get">
|
||||
<button type="submit" class="btn btn-primary">Add your Place</button>
|
||||
</form>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue