Skip to content

Commit c5d7835

Browse files
committed
Fix typo
1 parent c520d40 commit c5d7835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.jinja/membership/mail/expired.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
registration fee your membership will be reactivated immediately.
1111
</p>
1212

13-
{{ button("Rejoin " + orgname, sitebase + "/membership/") }}
13+
{{ button("Rejoin " + org_name, sitebase + "/membership/") }}
1414

1515
<p>
1616
If you no longer wish to be a member of {{org_name}}, this

0 commit comments

Comments
 (0)