{% comment %} ------------------------------------------------------ django-frontendadmin example stylesheet. You may use this as your base for styling. ------------------------------------------------------ {% endcomment %} {% comment %} ------------------------------------------------------ django-frontendadmin example javascript for inline editing. This jquery snippet loads the frontendadmin forms inline in your templates. You may use this snippet as your base for nifty ajax effects. See frontendadmin/form.html and frontendadmin/form_ajax.html for details. ------------------------------------------------------ {% endcomment %}

my shiny weblog

{% comment %} ------------------------------------------------------ django-frontendadmin supports the message system by django.contrib.auth. You should insert the following snippet somewhere in your base template. ------------------------------------------------------ {% endcomment %} {% if messages %} {% for message in messages %}
✓ {{ message }}
{% endfor %} {% endif %} {% block content %}{% endblock %}