TMP Removed forge
[myslice.git] / forge / templates / labDetails.html
diff --git a/forge/templates/labDetails.html b/forge/templates/labDetails.html
deleted file mode 100644 (file)
index 0ab10cc..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-       <head>
-               <meta charset="utf-8"/>
-               <title>Details of lab {{ lab.title }}</title>
-       </head>
-       <body>
-               <h1>{{ lab.title }}</h1>
-               <h2>{{ lab.author }}</h2>
-               <p><a href="{{ lab.subject.url }}">Subject</a></p>
-               <p><a href="{{ lab.configurationFile.url }}">Configuration File</a><p>
-               <p><a href="{{ lab.linkFile.url }}">{{ lab.linkFile.name }}</a></p>
-       </body>
-</html>