Skip to content

Commit f78f500

Browse files
authored
Provide a title to the profile edit screen (#59)
This solves the issue #56, as that seems to be caused by a lack of "title" field in template parameters in: https://github.com/postgres/pgcommitfest/blob/main/pgcommitfest/commitfest/templates/base.html#L17-L25 Fixes #56
1 parent 4059f1c commit f78f500

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pgcommitfest/userprofile/views.py

+1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ def userprofile(request):
2727
"userprofileform.html",
2828
{
2929
"form": form,
30+
"title": "Profile",
3031
},
3132
)

0 commit comments

Comments
 (0)