diff options
author | Dan McGee <dan@archlinux.org> | 2010-03-03 06:55:54 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-03-03 06:55:54 -0600 |
commit | 83b7b94c0b062b0c209ea47de9180f28db6dbb81 (patch) | |
tree | 10996dee5eadc35603a59bfcd8a2c7d55b3d2de1 /templates/404.html | |
parent | 558fad8bee8b456eef23532ef2c15f897414be86 (diff) | |
parent | f7e15ed728d7c5e3470f6127cc21e64baefcbfb2 (diff) |
Merge branch 'master' into cdn-jquery
Conflicts:
templates/todolists/view.html
Diffstat (limited to 'templates/404.html')
-rw-r--r-- | templates/404.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/404.html b/templates/404.html index bc50f69b..9e389ba9 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% block title %}Arch Linux - Page Not Found{% endblock %} {% block content %} <div class="box"> |