view wikked/templates/special-double-redirects.html @ 378:436f9b54d3e1

newuser: Add some explanation as to what to do with the output.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 24 Sep 2015 21:26:56 -0700
parents 37f426e067c4
children
line wrap: on
line source

{% extends "special-pagelist.html" %}
{% block message %}
<p>Here is a list of pages that redirect twice or more.</p>
{% endblock %}
{% block empty %}
<p>No double redirects!</p>
{% endblock %}