forked from isichos/epa
-
Notifications
You must be signed in to change notification settings - Fork 4
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
1 parent
d5375ea
commit 3473ae6
Showing
5 changed files
with
55 additions
and
0 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
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,42 @@ | ||
{% extends 'base.html' %} | ||
{% load i18n %} | ||
|
||
|
||
{% block title %} {% translate "Sponsor - open_plan" %} {% endblock title%} | ||
|
||
<!-- WRITE HTML CODE WITHIN THESE block content TAGS --> | ||
{% block content %} | ||
<main> | ||
<section class="header"> | ||
<div> | ||
<div class="header__left"></div> | ||
<h1 class="header__title">{% translate "Sponsor new features" %}</h1> | ||
<div class="header__back"></div> | ||
</div> | ||
</section> | ||
<section class="standard-layout"> | ||
<div> | ||
<div class="standard-layout__paragraph standard-layout__paragraph--foreground"> | ||
<h2>{% translate "You wish a feature would be added to open-plan?" %}</h2> | ||
{% url 'user_feedback' as url_feedback %} | ||
{% blocktranslate with url_op="https://open-plan-tool.org/index_en.html" %} | ||
<p> | ||
The open-plan-tool was developed within the <a href="{{url_op}}">open_plan project</a> which ended in June 2023. Since then the tool has remained online but with limited to no budget to fix bugs or develop new features wished by users. If you are an enterprise and wish to use the open-plan-tool if only it had an extra feature, then please contact us at <a href="mailto:open_plan@rl-institut.de">open_plan@rl-institut.de</a> or via our <a href="{{url_feedback}}">feedback page</a> </p> | ||
{% endblocktranslate %} | ||
</div> | ||
|
||
<div class="standard-layout__paragraph"> | ||
<h2>Other paragraph type</h2> | ||
Blablabla | ||
</div> | ||
<div class="standard-layout__paragraph standard-layout__paragraph--small"> | ||
<h2>Other (small) paragraph type</h2> | ||
Blablabla | ||
</div> | ||
|
||
|
||
</div> | ||
</section> | ||
</main> | ||
{% endblock content %} | ||
|
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