Pēteris Caune
6 years ago
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
2 changed files with
2 additions and
2 deletions
-
CHANGELOG.md
-
templates/front/projects.html
|
|
@ -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) |
|
|
|
|
|
@ -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… |
|
|
|
New Project… |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|