Document upload and metadata input working
This commit is contained in:
8
apps/common/templates/generic_list.html
Executable file
8
apps/common/templates/generic_list.html
Executable file
@@ -0,0 +1,8 @@
|
||||
{% extends "base.html" %}
|
||||
{% load i18n %}
|
||||
{% block title %} :: {% blocktrans %}List of {{ title }}{% endblocktrans %}{% endblock %}
|
||||
{#{% block secondary_links %}{{ secondary_links|safe }}{% endblock %}#}
|
||||
|
||||
{% block content %}
|
||||
{% include 'generic_list_subtemplate.html' %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user