This commit is contained in:
Pēteris Caune 2019-05-02 15:39:40 +03:00
parent 6c53719002
commit 824caa7698
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
## Unreleased
## 1.7.0 - 2019-05-02
### Improvements
- Add the EMAIL_USE_VERIFICATION configuration setting (#232)

View File

@ -41,7 +41,7 @@
<a id="add-project" href="#" data-toggle="modal" data-target="#add-project-modal">
<div class="col-sm-6 col-md-4">
<div class="panel project {% if project == request.profile.current_project %}selected{% endif %}">
Create New Project&hellip;
New Project&hellip;
</div>
</div>
</a>