Mercurial > public > sg101
comparison gpp/templates/weblinks/report_link.html @ 1:dbd703f7d63a
Initial import of sg101 stuff from private repository.
author | gremmie |
---|---|
date | Mon, 06 Apr 2009 02:43:12 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:900ba3c7b765 | 1:dbd703f7d63a |
---|---|
1 {% extends 'weblinks/base.html' %} | |
2 {% block title %}Web Links: Report Broken Link{% endblock %} | |
3 {% block weblinks_content %} | |
4 <h3>Report Broken Link</h3> | |
5 {% if report_thanks %} | |
6 <p><strong>Thank you for helping to keep our links database current</strong>. Your report has | |
7 been sent to the site staff for review.</p> | |
8 {% else %} | |
9 <p> | |
10 Do you wish to report <a href="{% url weblinks.views.visit link.id %}" target="_blank">{{ link.title }}</a> | |
11 as a broken link? This will notify the site staff that the link is now dead and may need to be deleted or | |
12 revised.</p> | |
13 <form action="." method="post"> | |
14 <input type="submit" value="Yes, this link is broken" /> | |
15 <input type="button" value="Oops, nevermind" onclick="history.back(); return true;" /> | |
16 </form> | |
17 <br /> | |
18 {% endif %} | |
19 {% endblock %} |