Skip to content

Commit

Permalink
Merge pull request #223 from pep-dortmund/event_form_typo
Browse files Browse the repository at this point in the history
Fix typo Email
  • Loading branch information
maxnoe committed Jan 25, 2024
2 parents cd08a97 + 1381bf3 commit 4a20a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion member_database/events/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def create_email_field(force_tu_mail=False):
)
)
else:
label = "Email"
label = "E-mail"
render_kw = None

return EmailField(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "member-database"
version = "0.11.0"
version = "0.11.1"
description = "Our PeP database solution for members and events"
authors = ["Kevin Heinicke <kevin.heinicke@tu-dortmund.de>", "Maximilian Linhoff <maximilian.linhoff@tu-dortmund.de>"]
license = "MIT"
Expand Down

0 comments on commit 4a20a8b

Please sign in to comment.