]> git.ipfire.org Git - ipfire.org.git/blobdiff - www/templates/stasy-vendor-detail.html
Move everything to the root of the repository.
[ipfire.org.git] / www / templates / stasy-vendor-detail.html
diff --git a/www/templates/stasy-vendor-detail.html b/www/templates/stasy-vendor-detail.html
deleted file mode 100644 (file)
index dc14d14..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-{% extends "stasy-base-1.html" %}
-
-{% block title %}{{ vendor_name }}{% end block %}
-
-{% block body %}
-       <div class="page-header">
-               <h1>{{ vendor_name }}</h1>
-       </div>
-
-       <div class="row">
-               <div class="span12">
-                       {% if lang == "de" %}
-                               <p>
-                                       Dies ist eine Aufstellung über alle Geräte von
-                                       <strong>{{ vendor_name }}</strong> in der Datenbank.
-                       {% else %}
-                               <p>
-                                       This is a list of all devices this database knows about from
-                                       <strong>{{ vendor_name }}</strong>.
-                               </p>
-                       {% end %}
-
-                       {{ modules.StasyDeviceTable(models) }}
-               </div>
-       </div>
-{% end block %}