Show More
@@ -356,8 +356,9 b' li {' | |||||
356 | margin-bottom: 5px; |
|
356 | margin-bottom: 5px; | |
357 | } |
|
357 | } | |
358 |
|
358 | |||
359 | .tag_info > h2 { |
|
359 | .tag-text-data > h2 { | |
360 | margin: 0; |
|
360 | margin: 0; | |
|
361 | font-size: 2.5em; | |||
361 | } |
|
362 | } | |
362 |
|
363 | |||
363 | .post-info { |
|
364 | .post-info { | |
@@ -580,4 +581,4 b' ul {' | |||||
580 |
|
581 | |||
581 | #quote-button:hover { |
|
582 | #quote-button:hover { | |
582 | background-color: #2d3955; |
|
583 | background-color: #2d3955; | |
583 | } No newline at end of file |
|
584 | } |
@@ -52,10 +52,10 b'' | |||||
52 | <div class="tag-text-data"> |
|
52 | <div class="tag-text-data"> | |
53 | <h2> |
|
53 | <h2> | |
54 | /{{ tag.get_view|safe }}/ |
|
54 | /{{ tag.get_view|safe }}/ | |
55 | {% if perms.change_tag %} |
|
|||
56 | <span class="moderator_info">| <a href="{% url 'admin:boards_tag_change' tag.id %}">{% trans 'Edit tag' %}</a></span> |
|
|||
57 | {% endif %} |
|
|||
58 | </h2> |
|
55 | </h2> | |
|
56 | {% if perms.change_tag %} | |||
|
57 | <div class="moderator_info"><a href="{% url 'admin:boards_tag_change' tag.id %}">{% trans 'Edit tag' %}</a></div> | |||
|
58 | {% endif %} | |||
59 | <p> |
|
59 | <p> | |
60 | <form action="{% url 'tag' tag.name %}" method="post" class="post-button-form"> |
|
60 | <form action="{% url 'tag' tag.name %}" method="post" class="post-button-form"> | |
61 | {% if is_favorite %} |
|
61 | {% if is_favorite %} |
General Comments 0
You need to be logged in to leave comments.
Login now