]> git.ipfire.org Git - pbs.git/commitdiff
bootstrap4: drop base-form*
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Fri, 12 Jan 2018 14:44:35 +0000 (15:44 +0100)
committerJonatan Schlag <jonatan.schlag@ipfire.org>
Fri, 12 Jan 2018 14:44:35 +0000 (15:44 +0100)
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Makefile.am
po/POTFILES.in
src/templates/base-form1.html [deleted file]
src/templates/base-form2.html [deleted file]
src/templates/build-delete.html
src/templates/package-properties.html

index 67bb86519b1cdc693731ad82bbde028c53485fab..912f5a0b916031adb9c3417a5c89c14e6807aafc 100644 (file)
@@ -145,8 +145,6 @@ webdir = $(buildservicedir)/web
 # ------------------------------------------------------------------------------
 
 dist_templates_DATA = \
-       src/templates/base-form1.html \
-       src/templates/base-form2.html \
        src/templates/base.html \
        src/templates/build-bugs.html \
        src/templates/build-delete.html \
index 63cb9ab0d328d1ae87773257b642a13747d85aa1..cbc201c03f005b4c7c4dbbf8091d06c011aa9fd4 100644 (file)
@@ -23,8 +23,6 @@ src/buildservice/updates.py
 src/buildservice/uploads.py
 src/buildservice/users.py
 src/buildservice/__version__.py.in
-src/templates/base-form1.html
-src/templates/base-form2.html
 src/templates/base.html
 src/templates/build-bugs.html
 src/templates/build-delete.html
diff --git a/src/templates/base-form1.html b/src/templates/base-form1.html
deleted file mode 100644 (file)
index 9ca1084..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-{% extends "base.html" %}
-
-{% block container %}
-       <div class="container container-body" style="width: 620px">
-               {% block body %}{% end block %}
-       </div>
-{% end block %}
diff --git a/src/templates/base-form2.html b/src/templates/base-form2.html
deleted file mode 100644 (file)
index c266de7..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-{% extends "base.html" %}
-
-{% block container %}
-       <div class="container container-body" style="width: 460px">
-               {% block body %}{% end block %}
-       </div>
-{% end block %}
index 394acf5aa7f9c50b1e0181162cfd65b2f0d05713..4c200450b49ddf83c76c99e7669d35586ffde981 100644 (file)
@@ -1,4 +1,4 @@
-{% extends "base-form1.html" %}
+{% extends "base.html" %}
 
 {% block title %}{{ _("Delete build") }}: {{ build.name }}{% end block %}
 
index e7000c88427b1a7e43b89c55d391420c430f1978..afa3c35be68130264296483b53e0dfc698bece49 100644 (file)
@@ -1,4 +1,4 @@
-{% extends "base-form1.html" %}
+{% extends "base.html" %}
 
 {% block title %}{{ _("Package") }} {{ pkg.name }}{% end block %}
 
@@ -30,7 +30,7 @@
 
                                <fieldset>
                                        <legend>{{ _("Maintainers") }}</legend>
-                                       
+
                                </fieldset>
 
                                <fieldset>