Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# website
The official website of Python Bangladesh
The official website of Bangladesh using Django
2 changes: 1 addition & 1 deletion home/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def slack(request):

if not data['ok']:
if data['error'] == 'already_invited':
view_data['message'] = "You are already invited to this team! Please check your email!"
view_data['message'] = "You are already invited to this team! Please recheck your email!"
else:
view_data['message'] = "Error: " + data['error']

Expand Down