microblog/app/templates/send_message.html

8 lines
209 B
HTML
Raw Permalink Normal View History

2017-11-13 07:53:18 +00:00
{% extends "base.html" %}
{% import "bootstrap_wtf.html" as wtf %}
{% block content %}
<h1>{{ _('Send Message to %(recipient)s', recipient=recipient) }}</h1>
{{ wtf.quick_form(form) }}
{% endblock %}