Public archive for the Return to Ritherdon project. https://www.nicolaellisandritherdon.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
421 B

{% extends "layouts/default.html" %}
{% block title %}Manage you archive.{% endblock %}
{% block content %}
<h1>Dashboard</h1>
<div>
<a href="/create/page">Create Page</a>
<a href="/user/pages">Manage Pages</a>
<a href="/storage/upload">Upload File</a>
<a href="/storage/files">Manage Files</a>
{% if roles.administrator %}
<a href="/users">Manage Users</a>
{% endif %}
</div>
{% endblock %}