-
-
Notifications
You must be signed in to change notification settings - Fork 15k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
2 deletions.
There are no files selected for viewing
20 changes: 18 additions & 2 deletions
20
pkgs/by-name/fr/froide-govplan/disable_missing_template.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |