diff --git a/partners/migrations/0033_auto_20171003_2058.py b/partners/migrations/0033_auto_20171003_2058.py
index d0b5cc876783e68c29bafa319e7e5810d5a0172b..be7d386c6842293568a7ad79c85abd5e49eea787 100644
--- a/partners/migrations/0033_auto_20171003_2058.py
+++ b/partners/migrations/0033_auto_20171003_2058.py
@@ -3,7 +3,6 @@
 from __future__ import unicode_literals
 
 from django.db import migrations, models
-import partners.storage
 
 
 class Migration(migrations.Migration):
@@ -25,9 +24,4 @@ class Migration(migrations.Migration):
                 ('signatories', models.ManyToManyField(related_name='petitions', to='scipost.Contributor')),
             ],
         ),
-        migrations.AlterField(
-            model_name='partnersattachment',
-            name='attachment',
-            field=models.FileField(storage=partners.storage.SecureFileStorage(), upload_to='UPLOADS/PARTNERS/ATTACHMENTS'),
-        ),
     ]
diff --git a/partners/migrations/0035_merge_20171004_0848.py b/partners/migrations/0035_merge_20171004_0848.py
new file mode 100644
index 0000000000000000000000000000000000000000..ef6aa5fd82ce08519fde22d085e1e76014231cab
--- /dev/null
+++ b/partners/migrations/0035_merge_20171004_0848.py
@@ -0,0 +1,16 @@
+# -*- coding: utf-8 -*-
+# Generated by Django 1.11.4 on 2017-10-04 06:48
+from __future__ import unicode_literals
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('partners', '0033_auto_20171003_1512'),
+        ('partners', '0034_auto_20171003_2109'),
+    ]
+
+    operations = [
+    ]
diff --git a/partners/templates/partners/supporting_partners.html b/partners/templates/partners/supporting_partners.html
index d202db1de06a95a7780059cad7fd7df17e1f454d..7aa5ddaad8551608988124d782aa6e2e1a2217a4 100644
--- a/partners/templates/partners/supporting_partners.html
+++ b/partners/templates/partners/supporting_partners.html
@@ -22,14 +22,14 @@
     <ul>
       <li>
 	<p>
-	  Are you a scientist?<br/>
+	  <strong>Are you a scientist?</strong><br/>
 	  Is your institution of funding body not listed below as one of our current Supporting Partners?<br/>
 	  Please petition them to join by sending a librarian/director/... an email, starting from this <a href="mailto:?subject=Petition to support SciPost&body={% autoescape on %}{% include 'partners/petition_email.html' %}{% endautoescape %}&cc=partners@scipost.org">template</a>.
 	</p>
       </li>
       <li>
 	<p>
-	  Are you a librarian, funding agency representative or other potential supporter?<br/>
+	  <strong>Are you a librarian, funding agency representative or other potential supporter?</strong><br/>
 	  Have a quick look at our <a href="{% static 'scipost/SPB/SciPost_Supporting_Partners_Board_Prospectus.pdf' %}">one-page Prospectus</a>.<br/>
 	  Read detailed information in the draft <a href="{% static 'scipost/SPB/SciPost_Supporting_Partner_Agreement.pdf' %}">Partner Agreement</a>, and <a href="mailto:partners@scipost.org">contact us</a> to get further details.
 	</p>