X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/3193141f55df20910cf8ba35f9e669d79c90d3f4..f02b9f60518805daed701834903e4f8e82fee778:/platforma/templates/manager/pull_request.html diff --git a/platforma/templates/manager/pull_request.html b/platforma/templates/manager/pull_request.html deleted file mode 100644 index 3b19c3bd..00000000 --- a/platforma/templates/manager/pull_request.html +++ /dev/null @@ -1,79 +0,0 @@ -{% extends 'base.html' %} - -{% block extrahead %} - - -{% endblock %} - -{% block maincontent %} - - - - - -{% if objects %} - {% for pullreq in objects %} - - - - - - - - - - {% endfor %} -{% else %} - -{% endif %} -
UtwórUżytkownikKomentarzStanZgłoszonoAkcje
{{ pullreq.document }}{{ pullreq.comitter }}{{ pullreq.comment }} {{ pullreq.status }}{{ pullreq.timestamp }} - - Zobacz -
Brak żądań
- -{% endblock %}