mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-23 16:32:15 +00:00
Versioning module now does magic
Automatic creation of views/urls for anything registered with reversion, with a small amount of hackage to preserve legacy stuff. (and the DAMNED asset IDs!) I would never get distracted...
This commit is contained in:
@@ -2,15 +2,15 @@
|
||||
{% load paginator from filters %}
|
||||
{% load to_class_name from filters %}
|
||||
|
||||
{% block title %}{{ title }} Activity Stream{% endblock %}
|
||||
{% block title %}{{ title|title }} Activity Stream{% endblock %}
|
||||
|
||||
{% block js %}
|
||||
{% include 'partials/version_scripts.html' %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="col-sm-12">
|
||||
<h3>{{ title }} Activity Stream</h3>
|
||||
<div class="col-12">
|
||||
<h3>{{ title|title }} Activity Stream</h3>
|
||||
{% include 'partials/activity_table_body.html' %}
|
||||
{% paginator %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user