aboutsummaryrefslogtreecommitdiff
path: root/data/templates/edit.htm
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-09-08 00:19:52 +0200
committerChristian Weiske <cweiske@cweiske.de>2012-09-08 00:19:52 +0200
commit36c68e6b31bc4d8dc8739a2bf9d189564c4cf7aa (patch)
treedff6f95a775e73351602a4bd3d12ed7163a59598 /data/templates/edit.htm
parent107e3c1519834ed69936a533df4c4a0d59c8bd14 (diff)
downloadphorkie-36c68e6b31bc4d8dc8739a2bf9d189564c4cf7aa.tar.gz
phorkie-36c68e6b31bc4d8dc8739a2bf9d189564c4cf7aa.zip
Fix bug #11: do not index edit, delete and tool pages
Diffstat (limited to 'data/templates/edit.htm')
-rw-r--r--data/templates/edit.htm4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/templates/edit.htm b/data/templates/edit.htm
index a365841..3f73fb6 100644
--- a/data/templates/edit.htm
+++ b/data/templates/edit.htm
@@ -1,6 +1,10 @@
{% extends "base.htm" %}
{% block title %}Edit paste{% endblock %}
+{% block meta %}
+<meta name="robots" content="noindex"/>
+{% endblock %}
+
{% block content %}
<form method="post" action="{{repo.getLink('edit')}}" enctype="multipart/form-data">
<div class="control-group well pastedata">