-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
7 changed files
with
44 additions
and
7 deletions.
There are no files selected for viewing
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
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,5 +1,5 @@ | ||
django~=2.2 | ||
Pillow==8.2.0 | ||
django==2.2.24 | ||
Pillow==8.3.2 | ||
psycopg2-binary==2.8.4 | ||
django-leaflet==0.26.0 | ||
black | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{% load i18n %} | ||
|
||
{% with url=request.build_absolute_uri text=""|add:"Solucioné el pedido de "|add:name users="@Ayudapyorg @UnDiaParaDarPy" %} | ||
<section class="card-content"> | ||
<p class="title"> {% trans "Did you helped this request? Please tell us!" %} </p> | ||
<div class="field is-flex"> | ||
|
||
<p class="control"> | ||
<a href="https://wa.me/?text={{text}} {{url}}" target="_blank" class="button is-medium is-success is-outlined"> | ||
<span class="icon is-small"> | ||
<i class="fab fa-whatsapp"></i> | ||
</span> | ||
<span>{% trans "Contact us via WhatsApp" %}</span> | ||
</a> | ||
<a href="https://twitter.com/share?text={{users}} {{text}}&url={{url}}&hashtags=AyudaPy,UndiaParaDarPy,UndiaParaDar" target="_blank" class="button is-medium is-info is-outlined"> | ||
<span class="icon is-small"> | ||
<i class="fab fa-twitter"></i> | ||
</span> | ||
<span>{% trans "Contact us via Twitter" %} </span> | ||
</a> | ||
</p> | ||
</div> | ||
</section > | ||
{% endwith %} |