summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2008-10-08 00:00:57 +0200
committerDusty Phillips <buchuki@gmail.com>2008-10-08 00:00:57 +0200
commit7d237665c652514691f475ffba0ad2f059a85cf2 (patch)
tree2d7ece5b36a163974ba724d5c3844d82e7d8551c
parent26dff01b41af5213ed9c630728592e5e6281c371 (diff)
downloadarchweb-7d237665c652514691f475ffba0ad2f059a85cf2.tar.gz
archweb-7d237665c652514691f475ffba0ad2f059a85cf2.tar.xz
fix package details page
-rw-r--r--templates/packages/details.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html
index b115de8..43a1e66 100644
--- a/templates/packages/details.html
+++ b/templates/packages/details.html
@@ -1,5 +1,5 @@
-{% load package_extras %}
{% extends "base.html" %}
+{% load package_extras %}
{% block title %}Pkg: {{ pkg.pkgname }} - Arch Linux Package Details{% endblock %}
{% block content %}