Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed May 3, 2017
1 parent 750961b commit bbe9615
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Upgrade steps from 1.8:

New features:

* ...
* Allow users to enter their birthdate instead of just the age (thanks `@dtopal`_) `#332`_

Improvements:

Expand All @@ -28,12 +28,14 @@ Other improvements and bugfixes: `#336`_, `#359`_,`#386`_

.. _@gmmoraes: https://github.com/gmmoraes
.. _@Mbarak-Mbigo: https://github.com/Mbarak-Mbigo
.. _@dtopal: https://github.com/dtopal

.. _wger_vulcan/#6: https://github.com/andela/wger_vulcan/pull/6

.. _#364: https://github.com/wger-project/wger/issues/364
.. _#332: https://github.com/wger-project/wger/issues/332
.. _#363: https://github.com/wger-project/wger/issues/363
.. _#336: https://github.com/wger-project/wger/issues/336
.. _#336: https://github.com/wger-project/wger/issues/336
.. _#359: https://github.com/wger-project/wger/issues/359
.. _#381: https://github.com/wger-project/wger/issues/381
.. _#386: https://github.com/wger-project/wger/issues/386
Expand Down
2 changes: 1 addition & 1 deletion wger/gym/templates/gym/new_user.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<td>{{new_user.userprofile.gym}}</td>
</tr>
<tr>
<th>{% trans "Birthdate" %}</th>
<th>{% trans "Date of Birth" %}</th>
<td>{{new_user.userprofile.birthdate}}</td>
</tr>
</table>
Expand Down

0 comments on commit bbe9615

Please sign in to comment.