From dc6802d6e94f7ec9e9924072cc48714b4cb25f18 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 29 Jan 2021 21:42:52 -0500 Subject: lttr: fixed CSS file and added range subscribe --- app/lttr/templates/lttr/friends_subscribe.html | 2 +- app/lttr/templates/lttr/range_subscribe.html | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 app/lttr/templates/lttr/range_subscribe.html (limited to 'app/lttr/templates') diff --git a/app/lttr/templates/lttr/friends_subscribe.html b/app/lttr/templates/lttr/friends_subscribe.html index 9c6c31e..e73ca73 100644 --- a/app/lttr/templates/lttr/friends_subscribe.html +++ b/app/lttr/templates/lttr/friends_subscribe.html @@ -5,7 +5,7 @@ diff --git a/app/lttr/templates/lttr/range_subscribe.html b/app/lttr/templates/lttr/range_subscribe.html new file mode 100644 index 0000000..e73ca73 --- /dev/null +++ b/app/lttr/templates/lttr/range_subscribe.html @@ -0,0 +1,23 @@ +{% load typogrify_tags %} + + + + + + + + +
{% csrf_token %} + {% for field in form %} +
+ {{field.label_tag}} + {{field}} +
+ {% if forloop.last %}{%endif%} +
+ {% if field.errors %}{{field.errors}}{% endif %} + {%endfor%} + + -- cgit v1.2.3-70-g09d2