Parcourir la source

Polish the "Add a project" page, give the link to the ISP Format spec

Gu1 il y a 11 ans
Parent
commit
c755e8c63c
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      ffdnispdb/templates/add_project.html

+ 3 - 3
ffdnispdb/templates/add_project.html

@@ -4,8 +4,8 @@
 {% block body %}
 <div class="row-fluid">
   <div class="span5 offset1 project-choice">
-    <h3>{{ _("Automatically from a JSON URL") }}</h3>
-    <p>{% trans %}You only have to give us the link to the JSON file describing your project, and we will crawl it periodicaly to update your informations.{% endtrans %}</p>
+    <h3>{{ _("Automatically from a JSON file") }}</h3>
+    <p>{% trans format_spec=url_for('format') %}You only have to give us the link to the hostname where you implement the <a href="{{ format_spec }}">ISP Format</a>, and we will crawl it periodicaly to update your informations.{% endtrans %}</p>
     <br />
     <br />
     <p class="text-center">
@@ -14,7 +14,7 @@
   </div>
   <div class="span5 project-choice">
     <h3>{{ _("Manually by filling a form") }}</h3>
-    <p>{% trans %}Don't have the ressources or time to host a JSON file ? Don't worry, you can also fill our simple form to give us the informations about your local ISP. Only problem, you'll have to come back here if you want to update it.{% endtrans %}</p>
+    <p>{% trans %}Don't have the ressources or time to host an <em>ISP Format</em> JSON file ? Don't worry, you can also fill our simple form to give us the informations about your local ISP. Only problem, you'll have to come back here if you want to update it.{% endtrans %}</p>
     <br />
     <p class="text-center">
       <a class="btn btn-large btn-primary" href="{{ url_for('create_project_form') }}">{{ _("That JSON thing is too cool for me") }}</a>