{% extends 'admin/master.html' %} {% block body %}
These pages allows you to edit everything in the database that stores the users, posts, tags that form the content of the articles section of the web site. You can add and remove posts, link posts to authors, and edit the tags that are used to classify the posts.
You need to be logged in to be able to access these pages. When you are logged in, an extra 'admin' link will appear on the main navigation bar of the website.
Click here to return to the main website
{% endblock %}