[llvm-commits] [LNT] r165450 - /lnt/trunk/lnt/server/ui/templates/error.html

Daniel Dunbar daniel at zuster.org
Mon Oct 8 16:02:58 PDT 2012


Author: ddunbar
Date: Mon Oct  8 18:02:58 2012
New Revision: 165450

URL: http://llvm.org/viewvc/llvm-project?rev=165450&view=rev
Log:
Fix a bug in the error template.

Modified:
    lnt/trunk/lnt/server/ui/templates/error.html

Modified: lnt/trunk/lnt/server/ui/templates/error.html
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/server/ui/templates/error.html?rev=165450&r1=165449&r2=165450&view=diff
==============================================================================
--- lnt/trunk/lnt/server/ui/templates/error.html (original)
+++ lnt/trunk/lnt/server/ui/templates/error.html Mon Oct  8 18:02:58 2012
@@ -1,5 +1,5 @@
 {% extends "layout.html" %}
-{% set components = [("browse", db_url_for("browse"))] %}
+{% set components = [] %}
 {% block title %}Error{% endblock %}
 {% block body %}
 





More information about the llvm-commits mailing list