mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Add meta to detail page
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
{% extends request.is_ajax|yesno:"base_ajax.html,base.html" %}
|
||||
{% block title %}{% if object.is_rig %}N{{ object.pk|stringformat:"05d" }}{% else %}{{ object.pk }}{% endif %} | {{object.name}}{% endblock %}
|
||||
|
||||
{% block extra-head %}
|
||||
|
||||
<link rel="alternate" type="application/json+oembed"
|
||||
href="{{event.get_absolute_url}}oembed"
|
||||
title="RIGS Event Embed" />
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
{% if not request.is_ajax %}
|
||||
|
||||
Reference in New Issue
Block a user