PageRenderTime 28ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/tests/templates/custom_admin/logout.html

https://code.google.com/p/mango-py/
HTML | 6 lines | 5 code | 1 blank | 0 comment | 0 complexity | 91b59df58d553a733adfc201f8d1d441 MD5 | raw file
Possible License(s): BSD-3-Clause
  1. {% extends "registration/logged_out.html" %}
  2. {% block content %}
  3. Hello from a custom logout template
  4. {{ block.super }}
  5. {% endblock %}