Fixed the listing of custom profile info on posts (#423)

main
Dravere 7 years ago committed by Barış Soner Uşaklı
parent 0241f48e1f
commit 106f5d7be3

@ -36,9 +36,9 @@
<span> <span>
<!-- IF posts.user.custom_profile_info.length --> <!-- IF posts.user.custom_profile_info.length -->
&#124; &#124;
<!-- BEGIN custom_profile_info --> <!-- BEGIN posts.user.custom_profile_info -->
{posts.user.custom_profile_info.content} {posts.user.custom_profile_info.content}
<!-- END custom_profile_info --> <!-- END posts.user.custom_profile_info -->
<!-- ENDIF posts.user.custom_profile_info.length --> <!-- ENDIF posts.user.custom_profile_info.length -->
</span> </span>
</span> </span>

Loading…
Cancel
Save