SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 568eba10 authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Merge migrations

parent 33efecfe
No related branches found
No related tags found
No related merge requests found
......@@ -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'),
),
]
# -*- 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 = [
]
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment