@@ -131,6 +131,8 @@ class ExchangeListingForm(forms.ModelForm):
placeholder='Do you want to meet tomorrow by the JC Info Desk at 4?'),
HTML("""<em><p>Thanks for using SRCT Bookshare!</p><p>Mason SRCT</p></em></div>"""),
HTML("""<hr/ >"""),
HTML("""<div class="text-center">Friendly reminder: Don't spam people. We will deactivate your account.</div>"""),
HTML("""<hr/ >"""),
FormActions(Submit('submit','Email and Exchange',
css_class='btn-primary'),
Button('cancel','Never Mind',
...
...
@@ -163,6 +165,8 @@ class UnExchangeListingForm(forms.ModelForm):
Field('email_message',placeholder='I haven\'t heard from you in a couple of days, so I\'m going to have to try to exchange my textbook to someone else. :-/'),
HTML("""<em><p>Thanks for using SRCT Bookshare!</p><p>Mason SRCT</p></em></div>"""),
HTML("""<hr/ >"""),
HTML("""<div class="text-center">Friendly reminder: Don't spam people. We will deactivate your account.</div>"""),
HTML("""<hr/ >"""),
FormActions(Submit('submit','Email and Cancel Exchange',