8 lines
87 B
HTML
8 lines
87 B
HTML
{% extends 'base.html' %}
|
|
{% load i18n static %}
|
|
|
|
{% block content %}
|
|
|
|
|
|
|
|
{% endblock %} |