@ -13,6 +11,22 @@ class CreateItemForm(forms.ModelForm):
'payout_address':'Payout Wallet Address'
}
help_texts={
'payout_address':'Monero address where funds will be sent after sale is confirmed',
'whereabouts':'A simple pointer to your general region - a nearby ZIP code would be perfect.'
'name':'Use a succinct name for your item. Don\'t be spammy or obscene.',
'description':'Describe the condition of the item and any important information. Try to refrain from sharing personally identifiable information like phone numbers or social media links.',
'whereabouts':'A simple pointer to your general region - a nearby ZIP code or capital city would be perfect.',
'ask_price_xmr':'How many moneroj do you want for your item?',
'payout_address':'A Monero wallet address where funds will be sent after sale is confirmed.',
}
classSearchItemForm(forms.Form):
search=forms.CharField(
label='',
max_length=100,
required=False,
widget=forms.TextInput(
attrs={'placeholder':'Search whereabouts, item name, or description'}