Logo
Explore Help
Register Sign In
morgan/Grinch-AP
1
0
Fork 0
You've already forked Grinch-AP
mirror of https://github.com/MarioSpore/Grinch-AP.git synced 2025-10-21 20:21:32 -06:00
Code Issues Packages Projects Releases Wiki Activity
Files
69f5802e7adbbaf0bd8bcb2c2f65ef1a2cb7fae5
Grinch-AP/WebHostLib/templates/macros.html

9 lines
238 B
HTML
Raw Normal View History

move webhost over to UUID to make it nearly impossible to guess at seeds Also introduce zip uploads and store the remaining relevant data, implemention of that still pending
2020-06-26 19:29:33 +02:00
{% macro list_rooms(rooms) -%}
Improved styling for WebHost
2020-07-18 16:25:07 -04:00
<ul>
move webhost over to UUID to make it nearly impossible to guess at seeds Also introduce zip uploads and store the remaining relevant data, implemention of that still pending
2020-06-26 19:29:33 +02:00
{% for room in rooms %}
Improved styling for WebHost
2020-07-18 16:25:07 -04:00
<li><a href="{{ url_for("host_room", room=room.id) }}">Room #{{ room.id }}</a></li>
move webhost over to UUID to make it nearly impossible to guess at seeds Also introduce zip uploads and store the remaining relevant data, implemention of that still pending
2020-06-26 19:29:33 +02:00
{% endfor %}
{{ caller() }}
</ul>
Improved styling for WebHost
2020-07-18 16:25:07 -04:00
{%- endmacro %}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 26ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API