~cjsmo/laudio/laudio

« back to all changes in this revision

Viewing changes to laudio/tpl/xml/error.xml

  • Committer: Bernhard Posselt
  • Date: 2012-07-21 21:46:45 UTC
  • Revision ID: git-v1:65b8b97f72df4a9245bd564e3344b3e897472143
django 1.4 changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{% extends 'xml/root.xml' %}
2
 
 
3
 
{% block content %}
4
 
     <error code="{{ code }}">{{ msg }}</error>
5
 
{% endblock %}