Commit 2aecb876 authored by SpinShare's avatar SpinShare

switched add new client to new moderator style

parent fa11b12c
{% extends 'base.html.twig' %}
{% extends 'moderation/base.html.twig' %}
{% block title %}Moderator Dashboard{% endblock %}
{% set sectionTitle = 'Add a new Client Releases' %}
{% block content %}
{% block moderationContent %}
<section class="section-moderator-add">
<div class="box">
<div class="title">Add new Client Release</div>
......@@ -12,7 +12,3 @@
</div>
</section>
{% endblock %}
\ No newline at end of file
{% block styles %}
<link rel="stylesheet" href="{{ asset('assets/css/moderation.css?v=' ~ date().timestamp) }}" />
{% endblock %}
\ No newline at end of file
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