Commit f45f6350 authored by Nicholas Spagnoletti's avatar Nicholas Spagnoletti
Browse files

Revert "Updated header parameters to work with wagtailadmin shared header template"

This reverts commit 2613094d.
parent 2613094d
...@@ -22,9 +22,8 @@ ...@@ -22,9 +22,8 @@
{% block content %} {% block content %}
{% trans "Videos" as video_str %} {% trans "Videos" as video_str %}
{% trans "Add videos" as add_video_str %} {% trans "Add a video" as add_video_str %}
{% url "wagtailvideos:add_multiple" as action_url %} {% include "wagtailadmin/shared/header.html" with title=video_str add_link="wagtailvideos:add_multiple" icon="media" add_text=add_video_str search_url="wagtailvideos:index" %}
{% include "wagtailadmin/shared/header.html" with title=video_str action_icon="media" action_text=add_video_str search_url="wagtailvideos:index" %}
<div class="nice-padding"> <div class="nice-padding">
{% if collections %} {% if collections %}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment