forked from CGM_Public/pretix_original
Ask Google not to index the "Resend order links" site
This commit is contained in:
@@ -2,6 +2,10 @@
|
|||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load bootstrap3 %}
|
{% load bootstrap3 %}
|
||||||
{% block title %}{% trans "Resend order links" %}{% endblock %}
|
{% block title %}{% trans "Resend order links" %}{% endblock %}
|
||||||
|
{% block custom_header %}
|
||||||
|
{{ block.super }}
|
||||||
|
<meta name="robots" content="noindex, nofollow">
|
||||||
|
{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h2>
|
<h2>
|
||||||
{% trans "Resend order links" %}
|
{% trans "Resend order links" %}
|
||||||
|
|||||||
Reference in New Issue
Block a user