Skip to content

Commit

Permalink
feat(apcd-cms): core-cms v3.11.0 candidate (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed May 25, 2023
1 parent 55cf7c2 commit a088b69
Show file tree
Hide file tree
Showing 20 changed files with 217 additions and 483 deletions.
4 changes: 2 additions & 2 deletions apcd-cms/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v3.9.2 + 25 commits of v3.10.0
FROM taccwma/core-cms:64a72e2
# v3.11.0-beta.2
FROM taccwma/core-cms:f3994b3

WORKDIR /code

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@

{% block content %}

<link rel="stylesheet" href="{% static 'apcd-cms/css/table.css' %}">
<link rel="stylesheet" href="{% static 'apcd-cms/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'submissions/css/table.css' %}">
<link rel="stylesheet" href="{% static 'submissions/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'admin_submissions/css/admin_table.css' %}">
<link rel="stylesheet" href="{% static 'admin_exception/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'admin_regis_table/css/core-styles.c-form.css' %}">

<div class="container">
{% include "nav_cms_breadcrumbs.html" %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@

{% block content %}

<link rel="stylesheet" href="{% static 'apcd-cms/css/table.css' %}">
<link rel="stylesheet" href="{% static 'apcd-cms/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'submissions/css/table.css' %}">
<link rel="stylesheet" href="{% static 'submissions/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'admin_submissions/css/admin_table.css' %}">
<link rel="stylesheet" href="{% static 'admin_extension/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'admin_regis_table/css/core-styles.c-form.css' %}">

<div class="container">
{% include "nav_cms_breadcrumbs.html" %}
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit a088b69

Please sign in to comment.