{% extends 'base.html' %} {% block title %}{{ issue.title }} (#{{ issue.number }}) - Prepare for publication{% endblock %} {% block content %}

Publish issue #{{ issue.number }}: {{ issue.title }}
{% with article_count=issue.get_articles.count %} {{ article_count }} article{{ article_count|pluralize }} {% endwith %}

Go through all these steps before you publish this issue!

1. Check the issue images

Check the display of the image on the right:

If either image needs to be replaced, upload a new image via the admin interface here.

The image you upload will be resized to 540x360.

2. Check the date

Is {{ issue.date|date:"F Y" }} correct?

3. Check the issue editorial

The editorial - viewed on the main issue page - should have an introduction to the issue, and should list every single article in the issue.

4. Check the articles

For each article, check:

Title: not too long
Subtitle: brief explanation of what the piece is about
Author: name, and bio; leave empty if anonymous
Tags: add in relevant ones (optional)
Image: make sure it looks good in the header, and in the thumbnail (visible on the article page when logged in as admin)
Image credit: URL to the image source (optional)
Related articles: make sure they're actually related! The default ones are terrible
Formatting: make sure footnotes, URLs, italics etc all look good. We use Markdown for formatting; see this cheat sheet for details.

5. Publish

Effective immediately!

This will immediately make the issue live on the website, along with all of the articles in the issue. Don't publish unless you're sure the issue is ready.

{% csrf_token %}

« Back to issue

{% endblock %}