templates: made the document_copyrights template inherit from the one in polynum

This commit is contained in:
Benjamin Dauvergne 2012-12-05 16:09:53 +01:00
parent 8674aa2aa2
commit 0958572d38
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{% extends "new_request.html" %}
{% extends "base_document_copyrights.new_request.html" %}
{% load url from future %}
{% load sekizai_tags %}
{% load crispy_forms_tags %}