Skip to content
Snippets Groups Projects
Commit f63fd0b3 authored by xamgore's avatar xamgore
Browse files

Page size was reduced (1.5x)

parent ff788f0c
Branches
Tags
No related merge requests found
{% spaceless %}
<!DOCTYPE html>
{% macro action(URL, image, title, message, actionID = '') %}
<a href="{{ URL }}" class="action_link">
......@@ -140,3 +141,4 @@
{% include 'popup/sign' %}
</body>
</html>
{% endspaceless %}
{% spaceless %}
<!DOCTYPE html>
{% macro input(name, type, value, placeholder, focus) %}
......@@ -99,3 +100,4 @@
</div>
</body>
</html>
{% endspaceless %}
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