{% extends "base.html" %} {% block title %}Arch Linux - Delete News{% endblock %} {% block content %}

News: Delete Entry Confirmation

You are about to delete the following news item:

{{news}}

Are you sure?

{% csrf_token %}

{% endblock %}