Skip to content

Commit

Permalink
Merge pull request #100 from Terralego/fix_urlize
Browse files Browse the repository at this point in the history
Add url html export
  • Loading branch information
submarcos committed Dec 11, 2020
2 parents 1620648 + 8fdb04e commit 5f7f167
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ CHANGELOG
0.5.6.dev0 (XXXX-XX-XX)
---------------------------

* Fix template export mail with hyperlink


0.5.5 (2020-12-10)
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion geostore/templates/geostore/emails/exports.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
{% blocktrans %}
Hello <strong>{{ username }}</strong>

Your file is ready : {{ url }}
Your file is ready : <a href="{{ url }}">{{ url }}</a>
{% endblocktrans %}

0 comments on commit 5f7f167

Please sign in to comment.