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