Skip to content

Commit

Permalink
FIX: Footer url
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderKaschta committed Feb 27, 2024
1 parent 0a4425c commit f4a78bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nanposweb/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<div class="container">
<div class="row">
<div class="col-auto text-muted">Version {{ version }}.</div>
<div class="col-auto text-muted">Fork by <a href="https://fsphys.de/" target="_blank">Fachschaft Physik</a>.
<div class="col-auto text-muted">Fork by <a href="https://fachschaft.physik.kit.edu/" target="_blank">Fachschaft Physik</a>.
</div>
<div class="col-auto text-muted">Released under the <a
href="https://github.com/fsphys/nanposweb/blob/main/LICENSE" target="_blank">MIT License</a>.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ packages = ['nanposweb']

[project]
name = "nanposweb"
description = ""
description = "A simple point of sale system for drinks"
requires-python= ">=3.9"
license = {text = "MIT"}
version = "1.1.6"
version = "1.1.7"
dependencies = [
"Flask==2.2.3",
"Flask-SQLAlchemy",
Expand Down

0 comments on commit f4a78bb

Please sign in to comment.