diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-10-13 14:56:36 +0200 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-10-13 14:56:36 +0200 |
commit | a1d62197d3efcc7e2e8c6a77d078b3a0a73e5185 (patch) | |
tree | 5a5bdf2cd4afda48c41e7172a149267890df42e2 /pyaggr3g470r/templates/about.html | |
parent | Optimizations in /home and /articles templates. (diff) | |
download | newspipe-a1d62197d3efcc7e2e8c6a77d078b3a0a73e5185.tar.gz newspipe-a1d62197d3efcc7e2e8c6a77d078b3a0a73e5185.tar.bz2 newspipe-a1d62197d3efcc7e2e8c6a77d078b3a0a73e5185.zip |
First implementation of /management page.
Diffstat (limited to 'pyaggr3g470r/templates/about.html')
-rw-r--r-- | pyaggr3g470r/templates/about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/about.html b/pyaggr3g470r/templates/about.html index 5bba9282..b07f337d 100644 --- a/pyaggr3g470r/templates/about.html +++ b/pyaggr3g470r/templates/about.html @@ -1,4 +1,4 @@ - {% extends "layout.html" %} +{% extends "layout.html" %} {% block content %} <div class="container"> <p>This software is under GPLv3 license. You are welcome to copy, modify or |