X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/352b8591bd1c7163835a6fa1db34d3e2861c1071..97059a831f2e7ac44ccfacde3950cc2561c539ee:/project/templates/manager/pull_request.html diff --git a/project/templates/manager/pull_request.html b/project/templates/manager/pull_request.html index c03caab3..c2964c22 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 %}