diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-09-12 15:57:47 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-09-28 14:03:18 +0200 |
commit | 9666e30246f5b5f7ae8ba5d739f46a3777ad3a22 (patch) | |
tree | 82012333a143cfe205de06d74be9e0612c648bcf /src/hydrilla/server/templates | |
parent | 8e022103636121b13d2ad63d61b84ca927e4aeb1 (diff) | |
download | haketilo-hydrilla-9666e30246f5b5f7ae8ba5d739f46a3777ad3a22.tar.gz haketilo-hydrilla-9666e30246f5b5f7ae8ba5d739f46a3777ad3a22.zip |
[builder][server][proxy] correct a mistake in promise text
Diffstat (limited to 'src/hydrilla/server/templates')
-rw-r--r-- | src/hydrilla/server/templates/base.html | 5 | ||||
-rw-r--r-- | src/hydrilla/server/templates/index.html | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/src/hydrilla/server/templates/base.html b/src/hydrilla/server/templates/base.html index 34cb214..7d8c3a6 100644 --- a/src/hydrilla/server/templates/base.html +++ b/src/hydrilla/server/templates/base.html @@ -19,8 +19,9 @@ License for more details. I, Wojtek Kosior, thereby promise not to sue for violation of this -file's license. Although I request that you do not make use this code -in a proprietary program, I am not going to enforce this in court. +file's license. Although I request that you do not make use of this +code in a proprietary program, I am not going to enforce this in +court. #} {% macro link_for(endpoint, text) -%} diff --git a/src/hydrilla/server/templates/index.html b/src/hydrilla/server/templates/index.html index 3063239..b3a1325 100644 --- a/src/hydrilla/server/templates/index.html +++ b/src/hydrilla/server/templates/index.html @@ -19,8 +19,9 @@ License for more details. I, Wojtek Kosior, thereby promise not to sue for violation of this -file's license. Although I request that you do not make use this code -in a proprietary program, I am not going to enforce this in court. +file's license. Although I request that you do not make use of this +code in a proprietary program, I am not going to enforce this in +court. #} {% extends 'base.html' %} |