Skip to content
Snippets Groups Projects
Commit 1f475157 authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

moving templates from superevents app level to main templates directory

parent 9867f658
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ def webview(request, superevent_id):
# Temporary method for getting logs
context['logs'] = superevent.log_set.select_related('issuer').all()
return render(request, 'superevent.html', context=context)
return render(request, 'superevents/view.html', context=context)
# Need to add an auth check for this too
# If we use javascript for this eventually, we will want to enforce
......
......@@ -129,7 +129,7 @@ TBD:
</div>
<!-- Form for creating new log messages -->
{% include "log_create_form.html" %}
{% include "superevents/log_create_form.html" %}
<!-- Set of log messages -->
<h2>Full event log</h2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment