tombola-bde-2020/templates/tombola.html

12 lines
152 B
HTML
Raw Normal View History

2020-02-29 10:39:42 +00:00
{% extends "base.html" %}
{% load i18n static %}
{# Remove page title #}
{% block contenttitle %}{% endblock %}
{% block content %}
{% endblock %}