mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 08:17:58 -05:00
Fix scope mixup in template.
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
</p>
|
||||
%if registration_info:
|
||||
<div class="registration-info">
|
||||
${thing.registration_info}
|
||||
${registration_info}
|
||||
</div>
|
||||
%endif
|
||||
${lf(register=True, user=user_reg, dest=dest)}
|
||||
|
||||
Reference in New Issue
Block a user