mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
appstore: add wishlist description+disclaimer
This commit is contained in:
parent
3ee0774acf
commit
51203555c2
2 changed files with 3 additions and 2 deletions
|
@ -50,7 +50,7 @@
|
|||
</span>
|
||||
</span>
|
||||
</span>
|
||||
<p class="max-w-[40ch] text-xs text-gray-500">
|
||||
<p class="max-w-[40ch] text-xs text-gray-700">
|
||||
{{ infos['manifest']['description']|localize }}
|
||||
</p>
|
||||
<div class="hidden">
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
{% extends "base.html" %}
|
||||
{% block main %}
|
||||
<div class="mt-5 text-center">
|
||||
<div class="text-center max-w-screen-md mx-auto mt-5">
|
||||
<h2 class="text-2xl font-bold text-gray-900">
|
||||
{{ _("Application Wishlist") }}
|
||||
</h2>
|
||||
<p class="text-sm text-gray-700 mx-3 mt-2">{{ _("The wishlist is the place where people can collectively suggest and vote for apps that they would like to see packaged and made available in YunoHost's official apps catalog. The fact that apps are listed here should by no mean be interpreted as a fact that YunoHost plans to integrate it, and is merely a source of inspiration for packaging volunteers.") }}</p>
|
||||
</div>
|
||||
|
||||
<div class="max-w-screen-md mx-auto mt-3 mb-3">
|
||||
|
|
Loading…
Add table
Reference in a new issue