Browse Source

v1.7.0

pull/248/head v1.7.0
Pēteris Caune 6 years ago
parent
commit
824caa7698
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      templates/front/projects.html

+ 1
- 1
CHANGELOG.md 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)


+ 1
- 1
templates/front/projects.html 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>


Loading…
Cancel
Save