{% extends "base.html" %} {% load static from staticfiles %} {% block title %}Arch Linux - News: {% if form.instance.id %}Edit{% else %}Add{% endif %} Article{% endblock %} {% block content %}
{% if form.instance.id %}

News: Edit Article

{% else %}

News: Add Article

{% endif %}

Every news post needs to have a corresponding draft submitted to arch-dev-public and wait for feedback for at least 24 hours unless:

  1. It is urgent (and would be too late after 24 hours)
  2. There are strong reasons for the team member posting the draft to believe that it should not be visible to the public before it is announced. In this second case, the draft should be submitted to the staff@lists.archlinux.org mailing list instead.

News articles are formatted using Markdown syntax. Please use this syntax if at all possible over raw HTML, which can be used if Markdown doesn't support what you would like to do. Before posting, you are highly encouraged to use the Preview button to check your work. Javascript must be enabled to use it, but it will render the news item exactly as it will appear on the news view page.

{% csrf_token %}
{{ form.as_p }}

News Preview:

{% load cdn %}{% jquery %} {% endblock %}