salvi/templates/importpages.html

9 lines
219 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block title %}Import pages - {{ app_name }}{% endblock %}
{% block content %}
<h1>Import pages</h1>
<p>Importing pages can be done by users with Admin permissions only.</p>
{% endblock %}