mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-22 16:02:16 +00:00
First pass at filters
They're currently exclusive with each other and search, which ain't quite right! Also stopped search from searching comments.
This commit is contained in:
@@ -9,13 +9,13 @@
|
||||
<div class="page-header">
|
||||
<h1>
|
||||
{% if edit and object %}
|
||||
Edit Asset: {{ object.asset_id }} {{ object.description }}
|
||||
Edit Asset: {{ object.asset_id }} - {{ object.description }}
|
||||
{% elif duplicate %}
|
||||
Duplication of Asset: {{ previous_asset_id }}
|
||||
{% elif not object %}
|
||||
Create Asset
|
||||
{% else %}
|
||||
Asset: {{ object.asset_id }} {{ object.description }}
|
||||
Asset: {{ object.asset_id }} - {{ object.description }}
|
||||
{% endif %}
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user