What steps will reproduce the problem?
1. Install django-photologue
What is the expected output?
Gallery/Photos lists.
What do you see instead?
Empty pages.
What version of the product are you using? On what operating system?
Trunk on Django 1.1.1.
Please provide any additional information below
1. Define sample base.html:
-------- base.html --------------------------------
{% block body %}
<title>{% block title %}{% endblock %}</title>
{% block content %}{% endblock %}
{% endblock %}
---------------------------------------------------
2. Fix ambiguity in the root.html:
-------- root.html ------------------
{% extends "videologue/base.html" %}
-------------------------------------
Original issue reported on code.google.com by dchichkov@gmail.com on 1 Nov 2010 at 8:31
Original issue reported on code.google.com by
dchichkov@gmail.com
on 1 Nov 2010 at 8:31