{% extends 'base.html' %} {% block content %}

ROM Uploader

Select a platform to upload a ROM

Select the platform you want to upload roms for, then drag them into the box.

{% for d in data %} {% if d.rom_path and d.label != 'Favorites' %}

{{d.label}} - {{d.rom_path}}

{% endif %} {% endfor %}

{% endblock %}