summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-22 00:51:50 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-22 00:51:50 -0400
commitdf17d5b1855eab77be0ade70613e4f93db0034ea (patch)
tree77ecd595d6d8a64da0bfadc8e0947ab80160d407 /templates
parentdf7a6aa620af6a165bdacd755757f8cb1179331c (diff)
take care of a few introduced arch-isms
Diffstat (limited to 'templates')
-rw-r--r--templates/packages/removed.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/packages/removed.html b/templates/packages/removed.html
index 2d730130..7f6600ee 100644
--- a/templates/packages/removed.html
+++ b/templates/packages/removed.html
@@ -18,10 +18,7 @@
{% endfor %}
</ul>
{% else %}
- <p>Unfortunately, this package cannot be found in any other repositories.
- Try using the <a href="{% url 'packages-search' %}?name={{ update.pkgname|urlencode }}">package search page</a>,
- or try <a href="https://aur.archlinux.org/packages.php?K={{ update.pkgname|urlencode }}">searching the AUR</a>
- to see if the package can be found there.</p>
+ <p>Unfortunately, this package cannot be found in any other repositories.</p>
{% endif %}
</div>
{% endblock %}