Renamed create to add for organisations

This commit is contained in:
Ken Tsang
2018-02-08 17:30:32 +00:00
parent a200f1a17e
commit 11a7fc49b7
3 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@
</div>
{% endfor %}
<br/>
<div><a href="{{ url_for('main.create_organisation') }}" class="browse-list-link">Create an organisation</a></div>
<div><a href="{{ url_for('main.add_organisation') }}" class="browse-list-link">Create an organisation</a></div>
</div>
</div>