Skip to content
Snippets Groups Projects
Verified Commit 721fd230 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Add sent template.

parent b39bccaf
No related branches found
No related tags found
No related merge requests found
{# -*- engine:django -*- #}
{% extends "core/base.html" %}
{% load bootstrap4 %}
{% block page_title %}BiscuIT School Information System (SIS){% endblock %}
{% block content %}
<div class="alert alert-success" role="alert">
<p>
{% blocktrans %}
The message was successfully submitted.
{% endblocktrans %}
</p>
</div>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment