You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
508 B
HTML

{% import "macros.htm" as macros %}
<!DOCTYPE html>
<html>
{% set title = "Maintenance" %}
<head>
<meta charset="utf-8"/>
<title>{{ title }}</title>
{{ macros.shared_style() }}
</head>
<body>
{{ macros.body_header() }}
<h1>{{ title }}</h1>
{% set api_uri = "/api" %}
<div class="instruction-set">
{{ macros.no_input_post_form(api_uri + "/tag/delete_temporary", "delete temporary tags") }}
</div>
</body>
</html>