X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/99290b81e70e1819a631021f7bc5443356722f04..9186b07ad70787977f5b1e589bf20b7a4beed4c0:/project/templates/manager/pull_request.html diff --git a/project/templates/manager/pull_request.html b/project/templates/manager/pull_request.html index c03caab3..9c234366 100644 --- a/project/templates/manager/pull_request.html +++ b/project/templates/manager/pull_request.html @@ -1,7 +1,75 @@ +{% extends 'base.html' %} + +{% block extrahead %} + + +{% endblock %} + +{% block maincontent %} + + + + + {% if objects %} {% for pullreq in objects %} -

{{ pullreq }}

+ + + + + + + + {% endfor %} {% else %} -

Brak żądań

+ {% endif %} +
UtwórUżytkownikKomentarzStanAkcje
{{ pullreq.document }}{{ pullreq.comitter }}{{ pullreq.comment }} {{ pullreq.status }}
Brak żądań
+ +{% endblock %}