diff options
author | bnewbold <bnewbold@robocracy.org> | 2012-12-02 19:42:36 +0100 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2012-12-02 19:42:36 +0100 |
commit | fbb7966182f48c787b44e2d8f4120daf339ce8c1 (patch) | |
tree | f4c678366255cdbd3799b80046629ae990e1aee7 /templates/base.html | |
parent | b4c3f653d69a1143e085b85cd63a0126a738d5b6 (diff) | |
download | circles-fbb7966182f48c787b44e2d8f4120daf339ce8c1.tar.gz circles-fbb7966182f48c787b44e2d8f4120daf339ce8c1.zip |
fix title
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 7f07a77..cc39b4e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,7 +1,7 @@ <!doctype html> <html> <head> - <title>flask app template</title> + <title>HAIP circles!</title> <!-- <link href="/static/css/default.css" rel="stylesheet"> --> <style type="text/css"> {% block style %}{% endblock %} |