mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Ask Google not to index the "Resend order links" site
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
{% load i18n %}
|
||||
{% load bootstrap3 %}
|
||||
{% block title %}{% trans "Resend order links" %}{% endblock %}
|
||||
{% block custom_header %}
|
||||
{{ block.super }}
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<h2>
|
||||
{% trans "Resend order links" %}
|
||||
|
||||
Reference in New Issue
Block a user