gwift_old/templates/wish/wish_detail.html

10 lines
140 B
HTML

{% extends "base.html" %}
{% block content %}
<h3>{{ wish.name }}</h3>
<div>
{{ wish.description }}
</div>
{% endblock %}