Skip to content

Commit 729653a

Browse files
committed
froide-govplan
1 parent 4a6a309 commit 729653a

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed
Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
11
diff --git a/froide_govplan/templates/froide_govplan/detail.html b/froide_govplan/templates/froide_govplan/detail.html
2-
index 25b780b..0975a97 100644
2+
index 25b780b..3620852 100644
33
--- a/froide_govplan/templates/froide_govplan/detail.html
44
+++ b/froide_govplan/templates/froide_govplan/detail.html
5-
@@ -41,7 +41,6 @@
5+
@@ -5,7 +5,6 @@
6+
{% load cms_tags %}
7+
{% load follow_tags %}
8+
{% load govplan %}
9+
-{% load form_helper %}
10+
{% load content_helper %}
11+
{% load thumbnail %}
12+
13+
@@ -41,7 +40,6 @@
614
</ul>
715

816
<div class="ms-auto mt-2 mt-md-0">
917
- {% show_follow "govplan" object %}
1018
</div>
1119
</div>
1220

21+
@@ -177,7 +175,6 @@
22+
<div class="modal-body">
23+
<form method="post" action="{% url 'govplan:propose_planupdate' gov=object.government.slug plan=object.slug %}">
24+
{% csrf_token %}
25+
- {% render_form update_proposal_form %}
26+
<button type="submit" class="btn btn-primary">
27+
Neue Entwicklung melden
28+
</button>

0 commit comments

Comments
 (0)