view templates/login.djhtml @ 195:baf8776dc44d

added code for the integration of comment system into bundles and snippets. database sync must be run so that necessary tables is created for the comments to work properly.
author ahsanalishahid <ahsan.ali.shahid@gmail.com>
date Tue, 02 Jul 2013 02:09:21 +0500
parents 2bca07be6e51
children
line wrap: on
line source

{% extends "base.djhtml" %}

{% block content %}
{% include "login_form.djhtml" %}
{% endblock %}

{% block login_form %}
{% endblock %}

{% block login_breadcrumbs %}
{% endblock %}

{% block breadcrumbs %}
<a href="{% url home %}">&laquo; Back to home</a>
{% endblock %}