Skip to content

Commit

Permalink
froide-govplan
Browse files Browse the repository at this point in the history
  • Loading branch information
onny committed Dec 15, 2024
1 parent 4a6a309 commit 729653a
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions pkgs/by-name/fr/froide-govplan/disable_missing_template.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
diff --git a/froide_govplan/templates/froide_govplan/detail.html b/froide_govplan/templates/froide_govplan/detail.html
index 25b780b..0975a97 100644
index 25b780b..3620852 100644
--- a/froide_govplan/templates/froide_govplan/detail.html
+++ b/froide_govplan/templates/froide_govplan/detail.html
@@ -41,7 +41,6 @@
@@ -5,7 +5,6 @@
{% load cms_tags %}
{% load follow_tags %}
{% load govplan %}
-{% load form_helper %}
{% load content_helper %}
{% load thumbnail %}

@@ -41,7 +40,6 @@
</ul>

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

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

0 comments on commit 729653a

Please sign in to comment.