Page MenuHomeSoftware Heritage

add-forge-requests-moderation.html
No OneTemporary

add-forge-requests-moderation.html

{% extends "layout.html" %}
{% comment %}
Copyright (C) 2022 The Software Heritage developers
See the AUTHORS file at the top-level directory of this distribution
License: GNU Affero General Public License version 3, or any later version
See top-level LICENSE file for more information
{% endcomment %}
{% load render_bundle from webpack_loader %}
{% load static %}
{% block header %}
{% render_bundle 'add_forge_now' %}
{% endblock %}
{% block title %}{{ heading }} – Software Heritage archive{% endblock %}
{% block navbar-content %}
<h4>Add forge now moderation</h4>
{% endblock %}
{% block content %}
<div class="row">
<div id="swh-add-forge-requests-list" style="width: 100%;">
<table id="swh-add-forge-now-moderation-list" class="table swh-table swh-table-striped">
<thead>
<tr>
<th>ID</th>
<th>Submission date</th>
<th>Forge type</th>
<th>Forge URL</th>
<th>Moderator Name</th>
<th>Last Modified Date</th>
<th>Status</th>
</tr>
</thead>
</table>
<p id="swh-add-forge-now-moderation-list-error"></p>
</div>
</div>
<script>
swh.webapp.initPage('add-forge-now-moderation');
swh.add_forge_now.onModerationPageLoad();
</script>
{% endblock %}

File Metadata

Mime Type
text/html
Expires
Jul 4 2025, 10:12 AM (4 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3352611

Event Timeline