File: base.html

package info (click to toggle)
django-testproject 0.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 132 kB
  • sloc: python: 126; makefile: 9
file content (4 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (4)
1
2
3
4
{% extends "django_testproject/base.html" %}


{% block title %}Account management{% endblock %}