From e15afaf30b1b692603bc761b22670607d54aeda0 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Tue, 22 Jul 2014 19:47:34 +0200 Subject: let the user choose underspecified packages --- dedup/templates/choice.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dedup/templates/choice.html (limited to 'dedup') diff --git a/dedup/templates/choice.html b/dedup/templates/choice.html new file mode 100644 index 0000000..8a8d373 --- /dev/null +++ b/dedup/templates/choice.html @@ -0,0 +1,11 @@ +{% extends "base.html" %} +{% block title %}confine {{ adjective|e }}{{ package| e }}{% endblock %} +{% block content -%} +

confine {{ adjective|e }}package {{ package|e }}

+

Which of the following do you mean?

+ +{%- endblock -%} -- cgit v1.2.3