From ed345b94fe689d6209b1c574ba86326fd978e0ba Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Sat, 24 Aug 2019 13:33:15 +0200 Subject: [PATCH] Change version --- schoolapps/templates/partials/footer.html | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/schoolapps/templates/partials/footer.html b/schoolapps/templates/partials/footer.html index 46af7a866..e91b5e03a 100755 --- a/schoolapps/templates/partials/footer.html +++ b/schoolapps/templates/partials/footer.html @@ -5,7 +5,6 @@ <div class="container"> <div class="row no-margin footer-row-large"> <div class="col l6 s12 no-pad-left height-inherit"> -{# <h5 class="white-text">SchoolApps</h5>#} <p class="white-text valign-bot no-margin"> Version 1.0.1-dev "Aebli" · Licensed under <a class="blue-text text-lighten-4" @@ -13,7 +12,6 @@ </p> </div> <div class="col xl15 l6 offset-xl01 s12 no-pad-right"> -{# <h5 class="white-text left">Weitere Webdienste</h5>#} <ul class="no-margin right"> <a class="blue-text text-lighten-4 btn-flat no-pad-left" href="https://katharineum-zu-luebeck.de"><i class="material-icons footer-icon left">home</i> Homepage</a> @@ -26,7 +24,7 @@ </div> <div class="row no-margin footer-row-small"> <span class="white-text no-margin make-it-higher"> - Version 1.0.1-dev "Aebli" · + Version 1.0.1 "Aebli" · Licensed under <a class="blue-text text-lighten-4" href="http://www.gnu.org/licenses/gpl-3.0-standalone.html">GNU GPL 3.0</a> </span> @@ -42,11 +40,6 @@ </div> <div class="footer-copyright"> <div class="container"> -{# <span class="left">#} -{# SchoolApps · Version 1.0.1-dev "Aebli" <br>#} -{# © 2018–{% now "Y" %} Computer-AG, Katharineum zu Lübeck ·#} -{# Licensed under <a href="http://www.gnu.org/licenses/gpl-3.0-standalone.html">GNU GPL 3.0</a>#} -{# </span>#} <span class="left">© 2018–{% now "Y" %} Computer-AG, Katharineum zu Lübeck</span> <span class="right"> <span id="doit"></span> -- GitLab