add impressum and gitlink

master
Thomas Lindner 2021-11-10 22:59:03 +01:00
parent 9f469977ac
commit 3227c6c1c8
2 changed files with 7 additions and 1 deletions

View File

@ -7,5 +7,7 @@
<span class="glyphicon {{ "glyphicon-ok" if get("event", False) else "glyphicon-remove" }} form-control-feedback"></span> <span class="glyphicon {{ "glyphicon-ok" if get("event", False) else "glyphicon-remove" }} form-control-feedback"></span>
% end % end
</div> </div>
<button type="submit" class="btn btn-success">Formular erstellen</button> <div class="form-group">
<button type="submit" class="btn btn-success">Formular erstellen</button>
</div>
</form> </form>

View File

@ -9,6 +9,10 @@
<div class="container"> <div class="container">
<h1>Corona-Kontaktformular</h1> <h1>Corona-Kontaktformular</h1>
{{!base}} {{!base}}
<div class="pull-right hidden-print">
<a href="https://git.0x90.space/vmann/datentrog"><span class="small text-muted">Code</span></a>
<a href="https://0x90.space/impressum/#impressum"><span class="small text-muted">Impressum</span></a>
</div>
</div> </div>
</body> </body>
</html> </html>