aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-12-02 19:42:36 +0100
committerbnewbold <bnewbold@robocracy.org>2012-12-02 19:42:36 +0100
commitfbb7966182f48c787b44e2d8f4120daf339ce8c1 (patch)
treef4c678366255cdbd3799b80046629ae990e1aee7
parentb4c3f653d69a1143e085b85cd63a0126a738d5b6 (diff)
downloadcircles-fbb7966182f48c787b44e2d8f4120daf339ce8c1.tar.gz
circles-fbb7966182f48c787b44e2d8f4120daf339ce8c1.zip
fix title
-rw-r--r--templates/base.html2
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 %}