add vcs-git links to html head, to support autodiscovery apart from DOAP - http:...
[phorkie.git] / data / templates / delete.htm
index ff27220dea654e36d0c2642d951fa38b81846186..0284071feca4f6cda6959d6fb071ecc5834588d9 100644 (file)
@@ -3,14 +3,18 @@
 Confirm deletion of repository #{{repo.id}}
 {% endblock %}
 
+{% block meta %}
+<meta name="robots" content="noindex"/>
+{% endblock %}
+
 {% block content %}
 <h1>Delete paste #{{repo.id}}?</h1>
 <div class="well" style="margin-top: 5ex;">
  <p>
-  Do you really want to delete the folloing paste #{{repo.id}}?
+  Do you really want to delete the following paste?
  </p>
  <p>
-  <strong>{{repo.getDescription}}</strong>
+  <strong>{{repo.getTitle}}</strong>
  </p>
 
  <div class="row-fluid" style="margin-top: 5ex;">