This commit is contained in:
gauthiier
2022-08-12 13:23:44 +02:00
parent d9d1bf4020
commit eb39728782
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -38,6 +38,8 @@ The program then interactively asks some questions:
Please type the URL of the etherpad: Please type the URL of the etherpad:
http://automatist.local:9001/ http://automatist.local:9001/
Please type the URL of the index to be generated (i.e. should differ from padurl):
http://automatist.local:9001/index
The APIKEY is the contents of the file APIKEY.txt in the etherpad folder The APIKEY is the contents of the file APIKEY.txt in the etherpad folder
Please paste the APIKEY: Please paste the APIKEY:
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+1 -1
View File
@@ -90,7 +90,7 @@ $(document).ready(function()
{% for pad in pads %} {% for pad in pads %}
<tr> <tr>
<td class="name"> <td class="name">
<a href="{{pad.link}}">{{ pad.padid }}</a> {{ pad.padid }}
</td> </td>
<td class="versions"> <td class="versions">
{% for v in pad.versions %}<a href="{{v.url}}">{{v.type}}</a> {% endfor %} {% for v in pad.versions %}<a href="{{v.url}}">{{v.type}}</a> {% endfor %}