Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<div class="container">
<div class="card bg-light mb-3 text-white">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The whole point of this change was to introduce solution, that will work without any changes when backend API will be developed. You can use loadDefaultImage the way how @juliaanholcer developed it for offerrs or suggest your own solution, but it should be already here, when backend will arrive.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

loadDefaultImage is only for offer, should I make other function for organization?

<!--when backend is ready, change volontulo photo with "{{ organization.image }}"-->
<img class="card-img" src="/assets/img/banner/volontulo_baner.png" alt="{{ organization.name }}">
</div>
<h2>Organizacja</h2>
<dl class="row offset-md-1">
<dt class="col-md-1">Nazwa</dt>
Expand Down